HomeSort by relevance Sort by last modified time
    Searched refs:PIXEL_UNPACK_BUFFER (Results 1 - 4 of 4) sorted by null

  /external/opencv3/modules/core/src/
opengl.cpp 1015 buf.bind(ogl::Buffer::PIXEL_UNPACK_BUFFER);
1017 ogl::Buffer::unbind(ogl::Buffer::PIXEL_UNPACK_BUFFER);
1027 ogl::Buffer buf(dmat, ogl::Buffer::PIXEL_UNPACK_BUFFER);
1029 buf.bind(ogl::Buffer::PIXEL_UNPACK_BUFFER);
1031 ogl::Buffer::unbind(ogl::Buffer::PIXEL_UNPACK_BUFFER);
1041 ogl::Buffer::unbind(ogl::Buffer::PIXEL_UNPACK_BUFFER);
1064 ogl::Buffer::unbind(ogl::Buffer::PIXEL_UNPACK_BUFFER);
1129 buf.bind(ogl::Buffer::PIXEL_UNPACK_BUFFER);
1131 ogl::Buffer::unbind(ogl::Buffer::PIXEL_UNPACK_BUFFER);
1141 ogl::Buffer buf(dmat, ogl::Buffer::PIXEL_UNPACK_BUFFER);
    [all...]
gl_core_3_1.hpp     [all...]
  /external/opencv3/modules/cudaarithm/test/
test_opengl.cpp 355 cv::ogl::Buffer buf_gold(gold, cv::ogl::Buffer::PIXEL_UNPACK_BUFFER, true);
416 cv::ogl::Buffer buf_gold(gold, cv::ogl::Buffer::PIXEL_UNPACK_BUFFER, true);
  /external/opencv3/modules/core/include/opencv2/core/
opengl.hpp 88 PIXEL_UNPACK_BUFFER = 0x88EC //!< The buffer will be used for writing to OpenGL textures

Completed in 6460 milliseconds