OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIXEL_PACK_BUFFER
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/core/src/
opengl.cpp
1180
buf.create(rows_, cols_, CV_MAKE_TYPE(ddepth, cn), ogl::Buffer::
PIXEL_PACK_BUFFER
, autoRelease);
1181
buf.bind(ogl::Buffer::
PIXEL_PACK_BUFFER
);
1183
ogl::Buffer::unbind(ogl::Buffer::
PIXEL_PACK_BUFFER
);
1192
ogl::Buffer buf(rows_, cols_, CV_MAKE_TYPE(ddepth, cn), ogl::Buffer::
PIXEL_PACK_BUFFER
);
1194
buf.bind(ogl::Buffer::
PIXEL_PACK_BUFFER
);
1196
ogl::Buffer::unbind(ogl::Buffer::
PIXEL_PACK_BUFFER
);
1208
ogl::Buffer::unbind(ogl::Buffer::
PIXEL_PACK_BUFFER
);
[
all
...]
gl_core_3_1.hpp
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
opengl.hpp
87
PIXEL_PACK_BUFFER
= 0x88EB, //!< The buffer will be used for reading from OpenGL textures
Completed in 1567 milliseconds