ARRAY_BUFFER 129 modules/core/include/opencv2/core/opengl.hpp Buffer(int arows, int acols, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false); ARRAY_BUFFER 137 modules/core/include/opencv2/core/opengl.hpp Buffer(Size asize, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false); ARRAY_BUFFER 144 modules/core/include/opencv2/core/opengl.hpp explicit Buffer(InputArray arr, Target target = ARRAY_BUFFER, bool autoRelease = false); ARRAY_BUFFER 154 modules/core/include/opencv2/core/opengl.hpp void create(int arows, int acols, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false); ARRAY_BUFFER 162 modules/core/include/opencv2/core/opengl.hpp void create(Size asize, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false); ARRAY_BUFFER 186 modules/core/include/opencv2/core/opengl.hpp void copyFrom(InputArray arr, Target target = ARRAY_BUFFER, bool autoRelease = false); ARRAY_BUFFER 189 modules/core/include/opencv2/core/opengl.hpp void copyFrom(InputArray arr, cuda::Stream& stream, Target target = ARRAY_BUFFER, bool autoRelease = false); ARRAY_BUFFER 206 modules/core/include/opencv2/core/opengl.hpp Buffer clone(Target target = ARRAY_BUFFER, bool autoRelease = false) const; ARRAY_BUFFER 625 modules/core/src/gl_core_3_1.hpp ARRAY_BUFFER = 0x8892, ARRAY_BUFFER 1350 modules/core/src/opengl.cpp texCoord_.bind(ogl::Buffer::ARRAY_BUFFER); ARRAY_BUFFER 1366 modules/core/src/opengl.cpp normal_.bind(ogl::Buffer::ARRAY_BUFFER); ARRAY_BUFFER 1382 modules/core/src/opengl.cpp color_.bind(ogl::Buffer::ARRAY_BUFFER); ARRAY_BUFFER 1400 modules/core/src/opengl.cpp vertex_.bind(ogl::Buffer::ARRAY_BUFFER); ARRAY_BUFFER 1406 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::ARRAY_BUFFER); ARRAY_BUFFER 1461 modules/core/src/opengl.cpp ogl::Buffer::unbind(ogl::Buffer::ARRAY_BUFFER); ARRAY_BUFFER 80 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(size.height, size.width, type, cv::ogl::Buffer::ARRAY_BUFFER, true); ARRAY_BUFFER 89 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(size, type, cv::ogl::Buffer::ARRAY_BUFFER, true); ARRAY_BUFFER 100 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ARRAY_BUFFER 113 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(d_gold, cv::ogl::Buffer::ARRAY_BUFFER); ARRAY_BUFFER 123 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf_gold(size, type, cv::ogl::Buffer::ARRAY_BUFFER, true); ARRAY_BUFFER 136 modules/cudaarithm/test/test_opengl.cpp buf.create(size.height, size.width, type, cv::ogl::Buffer::ARRAY_BUFFER, true); ARRAY_BUFFER 148 modules/cudaarithm/test/test_opengl.cpp buf.copyFrom(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ARRAY_BUFFER 162 modules/cudaarithm/test/test_opengl.cpp buf.copyFrom(d_gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ARRAY_BUFFER 173 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf_gold(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ARRAY_BUFFER 176 modules/cudaarithm/test/test_opengl.cpp buf.copyFrom(buf_gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ARRAY_BUFFER 190 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ARRAY_BUFFER 202 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ARRAY_BUFFER 220 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ARRAY_BUFFER 222 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer dst = buf.clone(cv::ogl::Buffer::ARRAY_BUFFER, true); ARRAY_BUFFER 236 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(gold, cv::ogl::Buffer::ARRAY_BUFFER, true); ARRAY_BUFFER 249 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(size, type, cv::ogl::Buffer::ARRAY_BUFFER, true); ARRAY_BUFFER 266 modules/cudaarithm/test/test_opengl.cpp cv::ogl::Buffer buf(gold, cv::ogl::Buffer::ARRAY_BUFFER, true);