ogl 184 modules/core/include/opencv2/core/mat.hpp _InputArray(const ogl::Buffer& buf); ogl 196 modules/core/include/opencv2/core/mat.hpp ogl::Buffer getOGlBuffer() const; ogl 285 modules/core/include/opencv2/core/mat.hpp _OutputArray(ogl::Buffer& buf); ogl 301 modules/core/include/opencv2/core/mat.hpp _OutputArray(const ogl::Buffer& buf); ogl 319 modules/core/include/opencv2/core/mat.hpp ogl::Buffer& getOGlBufferRef() const; ogl 342 modules/core/include/opencv2/core/mat.hpp _InputOutputArray(ogl::Buffer& buf); ogl 358 modules/core/include/opencv2/core/mat.hpp _InputOutputArray(const ogl::Buffer& buf); ogl 113 modules/core/include/opencv2/core/mat.inl.hpp inline _InputArray::_InputArray(const ogl::Buffer& buf) ogl 198 modules/core/include/opencv2/core/mat.inl.hpp inline _OutputArray::_OutputArray(ogl::Buffer& buf) ogl 219 modules/core/include/opencv2/core/mat.inl.hpp inline _OutputArray::_OutputArray(const ogl::Buffer& buf) ogl 288 modules/core/include/opencv2/core/mat.inl.hpp inline _InputOutputArray::_InputOutputArray(ogl::Buffer& buf) ogl 309 modules/core/include/opencv2/core/mat.inl.hpp inline _InputOutputArray::_InputOutputArray(const ogl::Buffer& buf) ogl 542 modules/core/include/opencv2/core/opengl.hpp cv::ogl::Buffer::Buffer(int arows, int acols, int atype, Target target, bool autoRelease) : rows_(0), cols_(0), type_(0) ogl 548 modules/core/include/opencv2/core/opengl.hpp cv::ogl::Buffer::Buffer(Size asize, int atype, Target target, bool autoRelease) : rows_(0), cols_(0), type_(0) ogl 554 modules/core/include/opencv2/core/opengl.hpp void cv::ogl::Buffer::create(Size asize, int atype, Target target, bool autoRelease) ogl 560 modules/core/include/opencv2/core/opengl.hpp int cv::ogl::Buffer::rows() const ogl 566 modules/core/include/opencv2/core/opengl.hpp int cv::ogl::Buffer::cols() const ogl 572 modules/core/include/opencv2/core/opengl.hpp cv::Size cv::ogl::Buffer::size() const ogl 578 modules/core/include/opencv2/core/opengl.hpp bool cv::ogl::Buffer::empty() const ogl 584 modules/core/include/opencv2/core/opengl.hpp int cv::ogl::Buffer::type() const ogl 590 modules/core/include/opencv2/core/opengl.hpp int cv::ogl::Buffer::depth() const ogl 596 modules/core/include/opencv2/core/opengl.hpp int cv::ogl::Buffer::channels() const ogl 602 modules/core/include/opencv2/core/opengl.hpp int cv::ogl::Buffer::elemSize() const ogl 608 modules/core/include/opencv2/core/opengl.hpp int cv::ogl::Buffer::elemSize1() const ogl 616 modules/core/include/opencv2/core/opengl.hpp cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, bool autoRelease) : rows_(0), cols_(0), format_(NONE) ogl 622 modules/core/include/opencv2/core/opengl.hpp cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, bool autoRelease) : rows_(0), cols_(0), format_(NONE) ogl 628 modules/core/include/opencv2/core/opengl.hpp void cv::ogl::Texture2D::create(Size asize, Format aformat, bool autoRelease) ogl 634 modules/core/include/opencv2/core/opengl.hpp int cv::ogl::Texture2D::rows() const ogl 640 modules/core/include/opencv2/core/opengl.hpp int cv::ogl::Texture2D::cols() const ogl 646 modules/core/include/opencv2/core/opengl.hpp cv::Size cv::ogl::Texture2D::size() const ogl 652 modules/core/include/opencv2/core/opengl.hpp bool cv::ogl::Texture2D::empty() const ogl 658 modules/core/include/opencv2/core/opengl.hpp cv::ogl::Texture2D::Format cv::ogl::Texture2D::format() const ogl 666 modules/core/include/opencv2/core/opengl.hpp cv::ogl::Arrays::Arrays() : size_(0) ogl 671 modules/core/include/opencv2/core/opengl.hpp int cv::ogl::Arrays::size() const ogl 677 modules/core/include/opencv2/core/opengl.hpp bool cv::ogl::Arrays::empty() const ogl 1437 modules/core/src/matrix.cpp ogl::Buffer _InputArray::getOGlBuffer() const ogl 1443 modules/core/src/matrix.cpp const ogl::Buffer* gl_buf = (const ogl::Buffer*)obj; ogl 1544 modules/core/src/matrix.cpp const ogl::Buffer* buf = (const ogl::Buffer*)obj; ogl 1829 modules/core/src/matrix.cpp return ((const ogl::Buffer*)obj)->type(); ogl 1901 modules/core/src/matrix.cpp return ((const ogl::Buffer*)obj)->empty(); ogl 2150 modules/core/src/matrix.cpp CV_Assert(!fixedSize() || ((ogl::Buffer*)obj)->size() == _sz); ogl 2151 modules/core/src/matrix.cpp CV_Assert(!fixedType() || ((ogl::Buffer*)obj)->type() == mtype); ogl 2152 modules/core/src/matrix.cpp ((ogl::Buffer*)obj)->create(_sz, mtype); ogl 2192 modules/core/src/matrix.cpp CV_Assert(!fixedSize() || ((ogl::Buffer*)obj)->size() == Size(_cols, _rows)); ogl 2193 modules/core/src/matrix.cpp CV_Assert(!fixedType() || ((ogl::Buffer*)obj)->type() == mtype); ogl 2194 modules/core/src/matrix.cpp ((ogl::Buffer*)obj)->create(_rows, _cols, mtype); ogl 2539 modules/core/src/matrix.cpp ((ogl::Buffer*)obj)->release(); ogl 2633 modules/core/src/matrix.cpp ogl::Buffer& _OutputArray::getOGlBufferRef() const ogl 2637 modules/core/src/matrix.cpp return *(ogl::Buffer*)obj; ogl 290 modules/core/src/opengl.cpp class cv::ogl::Buffer::Impl ogl 296 modules/core/src/opengl.cpp class cv::ogl::Buffer::Impl ogl 338 modules/core/src/opengl.cpp const Ptr<cv::ogl::Buffer::Impl>& cv::ogl::Buffer::Impl::empty() ogl 344 modules/core/src/opengl.cpp cv::ogl::Buffer::Impl::Impl() : bufId_(0), autoRelease_(false) ogl 348 modules/core/src/opengl.cpp cv::ogl::Buffer::Impl::Impl(GLuint abufId, bool autoRelease) : bufId_(abufId), autoRelease_(autoRelease) ogl 353 modules/core/src/opengl.cpp cv::ogl::Buffer::Impl::Impl(GLsizeiptr size, const GLvoid* data, GLenum target, bool autoRelease) : bufId_(0), autoRelease_(autoRelease) ogl 370 modules/core/src/opengl.cpp cv::ogl::Buffer::Impl::~Impl() ogl 376 modules/core/src/opengl.cpp void cv::ogl::Buffer::Impl::bind(GLenum target) const ogl 382 modules/core/src/opengl.cpp void cv::ogl::Buffer::Impl::copyFrom(GLuint srcBuf, GLsizeiptr size) ogl 394 modules/core/src/opengl.cpp void cv::ogl::Buffer::Impl::copyFrom(GLsizeiptr size, const GLvoid* data) ogl 403 modules/core/src/opengl.cpp void cv::ogl::Buffer::Impl::copyTo(GLsizeiptr size, GLvoid* data) const ogl 412 modules/core/src/opengl.cpp void* cv::ogl::Buffer::Impl::mapHost(GLenum access) ogl 423 modules/core/src/opengl.cpp void cv::ogl::Buffer::Impl::unmapHost() ogl 430 modules/core/src/opengl.cpp void cv::ogl::Buffer::Impl::copyFrom(const void* src, size_t spitch, size_t width, size_t height, cudaStream_t stream) ogl 436 modules/core/src/opengl.cpp void cv::ogl::Buffer::Impl::copyTo(void* dst, size_t dpitch, size_t width, size_t height, cudaStream_t stream) const ogl 442 modules/core/src/opengl.cpp void* cv::ogl::Buffer::Impl::mapDevice(cudaStream_t stream) ogl 448 modules/core/src/opengl.cpp void cv::ogl::Buffer::Impl::unmapDevice(cudaStream_t stream) ogl 457 modules/core/src/opengl.cpp cv::ogl::Buffer::Buffer() : rows_(0), cols_(0), type_(0) ogl 466 modules/core/src/opengl.cpp cv::ogl::Buffer::Buffer(int arows, int acols, int atype, unsigned int abufId, bool autoRelease) : rows_(0), cols_(0), type_(0) ogl 483 modules/core/src/opengl.cpp cv::ogl::Buffer::Buffer(Size asize, int atype, unsigned int abufId, bool autoRelease) : rows_(0), cols_(0), type_(0) ogl 499 modules/core/src/opengl.cpp cv::ogl::Buffer::Buffer(InputArray arr, Target target, bool autoRelease) : rows_(0), cols_(0), type_(0) ogl 531 modules/core/src/opengl.cpp void cv::ogl::Buffer::create(int arows, int acols, int atype, Target target, bool autoRelease) ogl 552 modules/core/src/opengl.cpp void cv::ogl::Buffer::release() ogl 564 modules/core/src/opengl.cpp void cv::ogl::Buffer::setAutoRelease(bool flag) ogl 574 modules/core/src/opengl.cpp void cv::ogl::Buffer::copyFrom(InputArray arr, Target target, bool autoRelease) ogl 592 modules/core/src/opengl.cpp ogl::Buffer buf = arr.getOGlBuffer(); ogl 619 modules/core/src/opengl.cpp void cv::ogl::Buffer::copyFrom(InputArray arr, cuda::Stream& stream, Target target, bool autoRelease) ogl 644 modules/core/src/opengl.cpp void cv::ogl::Buffer::copyTo(OutputArray arr) const ogl 684 modules/core/src/opengl.cpp void cv::ogl::Buffer::copyTo(OutputArray arr, cuda::Stream& stream) const ogl 703 modules/core/src/opengl.cpp cv::ogl::Buffer cv::ogl::Buffer::clone(Target target, bool autoRelease) const ogl 709 modules/core/src/opengl.cpp return cv::ogl::Buffer(); ogl 711 modules/core/src/opengl.cpp ogl::Buffer buf; ogl 717 modules/core/src/opengl.cpp void cv::ogl::Buffer::bind(Target target) const ogl 727 modules/core/src/opengl.cpp void cv::ogl::Buffer::unbind(Target target) ogl 738 modules/core/src/opengl.cpp Mat cv::ogl::Buffer::mapHost(Access access) ogl 749 modules/core/src/opengl.cpp void cv::ogl::Buffer::unmapHost() ogl 758 modules/core/src/opengl.cpp GpuMat cv::ogl::Buffer::mapDevice() ogl 773 modules/core/src/opengl.cpp void cv::ogl::Buffer::unmapDevice() ogl 786 modules/core/src/opengl.cpp cuda::GpuMat cv::ogl::Buffer::mapDevice(cuda::Stream& stream) ogl 803 modules/core/src/opengl.cpp void cv::ogl::Buffer::unmapDevice(cuda::Stream& stream) ogl 818 modules/core/src/opengl.cpp unsigned int cv::ogl::Buffer::bufId() const ogl 834 modules/core/src/opengl.cpp class cv::ogl::Texture2D::Impl ogl 840 modules/core/src/opengl.cpp class cv::ogl::Texture2D::Impl ogl 865 modules/core/src/opengl.cpp const Ptr<cv::ogl::Texture2D::Impl> cv::ogl::Texture2D::Impl::empty() ogl 871 modules/core/src/opengl.cpp cv::ogl::Texture2D::Impl::Impl() : texId_(0), autoRelease_(false) ogl 875 modules/core/src/opengl.cpp cv::ogl::Texture2D::Impl::Impl(GLuint atexId, bool autoRelease) : texId_(atexId), autoRelease_(autoRelease) ogl 880 modules/core/src/opengl.cpp cv::ogl::Texture2D::Impl::Impl(GLint internalFormat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid* pixels, bool autoRelease) : texId_(0), autoRelease_(autoRelease) ogl 900 modules/core/src/opengl.cpp cv::ogl::Texture2D::Impl::~Impl() ogl 906 modules/core/src/opengl.cpp void cv::ogl::Texture2D::Impl::copyFrom(GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) ogl 921 modules/core/src/opengl.cpp void cv::ogl::Texture2D::Impl::copyTo(GLenum format, GLenum type, GLvoid* pixels) const ogl 933 modules/core/src/opengl.cpp void cv::ogl::Texture2D::Impl::bind() const ogl 941 modules/core/src/opengl.cpp cv::ogl::Texture2D::Texture2D() : rows_(0), cols_(0), format_(NONE) ogl 950 modules/core/src/opengl.cpp cv::ogl::Texture2D::Texture2D(int arows, int acols, Format aformat, unsigned int atexId, bool autoRelease) : rows_(0), cols_(0), format_(NONE) ogl 967 modules/core/src/opengl.cpp cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, unsigned int atexId, bool autoRelease) : rows_(0), cols_(0), format_(NONE) ogl 983 modules/core/src/opengl.cpp cv::ogl::Texture2D::Texture2D(InputArray arr, bool autoRelease) : rows_(0), cols_(0), format_(NONE) ogl 1014 modules/core/src/opengl.cpp ogl::Buffer buf = arr.getOGlBuffer(); ogl 1015 modules/core/src/opengl.cpp buf.bind(ogl::Buffer::PIXEL_UNPACK_BUFFER); ogl 1017 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::PIXEL_UNPACK_BUFFER); ogl 1027 modules/core/src/opengl.cpp ogl::Buffer buf(dmat, ogl::Buffer::PIXEL_UNPACK_BUFFER); ogl 1029 modules/core/src/opengl.cpp buf.bind(ogl::Buffer::PIXEL_UNPACK_BUFFER); ogl 1031 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::PIXEL_UNPACK_BUFFER); ogl 1041 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::PIXEL_UNPACK_BUFFER); ogl 1053 modules/core/src/opengl.cpp void cv::ogl::Texture2D::create(int arows, int acols, Format aformat, bool autoRelease) ogl 1064 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::PIXEL_UNPACK_BUFFER); ogl 1073 modules/core/src/opengl.cpp void cv::ogl::Texture2D::release() ogl 1085 modules/core/src/opengl.cpp void cv::ogl::Texture2D::setAutoRelease(bool flag) ogl 1095 modules/core/src/opengl.cpp void cv::ogl::Texture2D::copyFrom(InputArray arr, bool autoRelease) ogl 1128 modules/core/src/opengl.cpp ogl::Buffer buf = arr.getOGlBuffer(); ogl 1129 modules/core/src/opengl.cpp buf.bind(ogl::Buffer::PIXEL_UNPACK_BUFFER); ogl 1131 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::PIXEL_UNPACK_BUFFER); ogl 1141 modules/core/src/opengl.cpp ogl::Buffer buf(dmat, ogl::Buffer::PIXEL_UNPACK_BUFFER); ogl 1143 modules/core/src/opengl.cpp buf.bind(ogl::Buffer::PIXEL_UNPACK_BUFFER); ogl 1145 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::PIXEL_UNPACK_BUFFER); ogl 1155 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::PIXEL_UNPACK_BUFFER); ogl 1162 modules/core/src/opengl.cpp void cv::ogl::Texture2D::copyTo(OutputArray arr, int ddepth, bool autoRelease) const ogl 1179 modules/core/src/opengl.cpp ogl::Buffer& buf = arr.getOGlBufferRef(); ogl 1180 modules/core/src/opengl.cpp buf.create(rows_, cols_, CV_MAKE_TYPE(ddepth, cn), ogl::Buffer::PIXEL_PACK_BUFFER, autoRelease); ogl 1181 modules/core/src/opengl.cpp buf.bind(ogl::Buffer::PIXEL_PACK_BUFFER); ogl 1183 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::PIXEL_PACK_BUFFER); ogl 1192 modules/core/src/opengl.cpp ogl::Buffer buf(rows_, cols_, CV_MAKE_TYPE(ddepth, cn), ogl::Buffer::PIXEL_PACK_BUFFER); ogl 1194 modules/core/src/opengl.cpp buf.bind(ogl::Buffer::PIXEL_PACK_BUFFER); ogl 1196 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::PIXEL_PACK_BUFFER); ogl 1208 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::PIXEL_PACK_BUFFER); ogl 1215 modules/core/src/opengl.cpp void cv::ogl::Texture2D::bind() const ogl 1224 modules/core/src/opengl.cpp unsigned int cv::ogl::Texture2D::texId() const ogl 1238 modules/core/src/opengl.cpp void cv::ogl::Arrays::setVertexArray(InputArray vertex) ogl 1254 modules/core/src/opengl.cpp void cv::ogl::Arrays::resetVertexArray() ogl 1260 modules/core/src/opengl.cpp void cv::ogl::Arrays::setColorArray(InputArray color) ogl 1272 modules/core/src/opengl.cpp void cv::ogl::Arrays::resetColorArray() ogl 1277 modules/core/src/opengl.cpp void cv::ogl::Arrays::setNormalArray(InputArray normal) ogl 1291 modules/core/src/opengl.cpp void cv::ogl::Arrays::resetNormalArray() ogl 1296 modules/core/src/opengl.cpp void cv::ogl::Arrays::setTexCoordArray(InputArray texCoord) ogl 1310 modules/core/src/opengl.cpp void cv::ogl::Arrays::resetTexCoordArray() ogl 1315 modules/core/src/opengl.cpp void cv::ogl::Arrays::release() ogl 1323 modules/core/src/opengl.cpp void cv::ogl::Arrays::setAutoRelease(bool flag) ogl 1331 modules/core/src/opengl.cpp void cv::ogl::Arrays::bind() const ogl 1350 modules/core/src/opengl.cpp texCoord_.bind(ogl::Buffer::ARRAY_BUFFER); ogl 1366 modules/core/src/opengl.cpp normal_.bind(ogl::Buffer::ARRAY_BUFFER); ogl 1382 modules/core/src/opengl.cpp color_.bind(ogl::Buffer::ARRAY_BUFFER); ogl 1400 modules/core/src/opengl.cpp vertex_.bind(ogl::Buffer::ARRAY_BUFFER); ogl 1406 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::ARRAY_BUFFER); ogl 1413 modules/core/src/opengl.cpp void cv::ogl::render(const ogl::Texture2D& tex, Rect_<double> wndRect, Rect_<double> texRect) ogl 1461 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::ARRAY_BUFFER); ogl 1485 modules/core/src/opengl.cpp void cv::ogl::render(const ogl::Arrays& arr, int mode, Scalar color) ogl 1504 modules/core/src/opengl.cpp void cv::ogl::render(const ogl::Arrays& arr, InputArray indices, int mode, Scalar color) ogl 1525 modules/core/src/opengl.cpp ogl::Buffer buf = indices.getOGlBuffer(); ogl 1540 modules/core/src/opengl.cpp buf.bind(ogl::Buffer::ELEMENT_ARRAY_BUFFER); ogl 1544 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::ELEMENT_ARRAY_BUFFER); ogl 1567 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::ELEMENT_ARRAY_BUFFER); ogl 80 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(size.height, size.width, type, cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 89 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(size, type, cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 100 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 113 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(d_gold, cv::ogl::Buffer::ARRAY_BUFFER); ogl 123 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf_gold(size, type, cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 125 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(buf_gold); ogl 135 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf; ogl 136 modules/cudaarithm/test/test_opengl.cpp buf.create(size.height, size.width, type, cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 147 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf; ogl 148 modules/cudaarithm/test/test_opengl.cpp buf.copyFrom(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 161 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf; ogl 162 modules/cudaarithm/test/test_opengl.cpp buf.copyFrom(d_gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 173 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf_gold(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 175 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf; ogl 176 modules/cudaarithm/test/test_opengl.cpp buf.copyFrom(buf_gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 190 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 202 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 204 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer dst; ogl 220 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 222 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer dst = buf.clone(cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 236 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 238 modules/cudaarithm/test/test_opengl.cpp cv::Mat dst = buf.mapHost(cv::ogl::Buffer::READ_ONLY); ogl 249 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(size, type, cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 251 modules/cudaarithm/test/test_opengl.cpp cv::Mat dst = buf.mapHost(cv::ogl::Buffer::WRITE_ONLY); ogl 266 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ogl 296 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Texture2D::Format format; ogl 305 modules/cudaarithm/test/test_opengl.cpp format = cn == 1 ? cv::ogl::Texture2D::DEPTH_COMPONENT : cn == 3 ? cv::ogl::Texture2D::RGB : cn == 4 ? cv::ogl::Texture2D::RGBA : cv::ogl::Texture2D::NONE; ogl 311 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Texture2D tex(size.height, size.width, format, true); ogl 320 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Texture2D tex(size, format, true); ogl 331 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Texture2D tex(gold, true); ogl 344 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Texture2D tex(d_gold, true); ogl 355 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf_gold(gold, cv::ogl::Buffer::PIXEL_UNPACK_BUFFER, true); ogl 357 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Texture2D tex(buf_gold, true); ogl 367 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Texture2D tex_gold(size, format, true); ogl 368 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Texture2D tex(tex_gold); ogl 378 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Texture2D tex; ogl 390 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Texture2D tex; ogl 404 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Texture2D tex; ogl 416 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf_gold(gold, cv::ogl::Buffer::PIXEL_UNPACK_BUFFER, true); ogl 418 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Texture2D tex; ogl 431 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Texture2D tex(gold, true); ogl 443 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Texture2D tex(gold, true); ogl 445 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer dst; ogl 488 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS void imshow(const String& winname, const ogl::Texture2D& tex); ogl 254 modules/highgui/src/window.cpp std::map<cv::String, cv::ogl::Texture2D> wndTexs; ogl 255 modules/highgui/src/window.cpp std::map<cv::String, cv::ogl::Texture2D> ownWndTexs; ogl 256 modules/highgui/src/window.cpp std::map<cv::String, cv::ogl::Buffer> ownWndBufs; ogl 260 modules/highgui/src/window.cpp cv::ogl::Texture2D* texObj = static_cast<cv::ogl::Texture2D*>(userdata); ogl 262 modules/highgui/src/window.cpp cv::ogl::render(*texObj); ogl 298 modules/highgui/src/window.cpp cv::ogl::Texture2D& tex = ownWndTexs[winname]; ogl 302 modules/highgui/src/window.cpp cv::ogl::Buffer& buf = ownWndBufs[winname]; ogl 323 modules/highgui/src/window.cpp void cv::imshow(const String& winname, const ogl::Texture2D& _tex) ogl 348 modules/highgui/src/window.cpp cv::ogl::Texture2D& tex = wndTexs[winname]; ogl 116 samples/cpp/detect_mser.cpp ogl::Arrays arr; ogl 117 samples/cpp/detect_mser.cpp ogl::Texture2D tex; ogl 118 samples/cpp/detect_mser.cpp ogl::Buffer indices; ogl 130 samples/cpp/detect_mser.cpp ogl::render(data->arr, data->indices, ogl::TRIANGLES); ogl 43 samples/gpu/opengl.cpp ogl::Arrays arr; ogl 44 samples/gpu/opengl.cpp ogl::Texture2D tex; ogl 45 samples/gpu/opengl.cpp ogl::Buffer indices; ogl 56 samples/gpu/opengl.cpp ogl::render(data->arr, data->indices, ogl::TRIANGLES);