Home
last modified time | relevance | path

Searched refs:DEPTH_COMPONENT (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/modules/core/src/
Dopengl.cpp1003 NONE, DEPTH_COMPONENT, NONE, RGB, RGBA in Texture2D()
1007 0, gl::DEPTH_COMPONENT, 0, gl::BGR, gl::BGRA in Texture2D()
1115 NONE, DEPTH_COMPONENT, NONE, RGB, RGBA in copyFrom()
1119 0, gl::DEPTH_COMPONENT, 0, gl::BGR, gl::BGRA in copyFrom()
1172 const int cn = format_ == DEPTH_COMPONENT ? 1: format_ == RGB ? 3 : 4; in copyTo()
1173 …const GLenum dstFormat = format_ == DEPTH_COMPONENT ? gl::DEPTH_COMPONENT : format_ == RGB ? gl::B… in copyTo()
Dgl_core_3_1.hpp378 DEPTH_COMPONENT = 0x1902, enumerator
/external/deqp/doc/testspecs/GLES3/
Dfunctional.texture.format.txt29 - DEPTH_COMPONENT, DEPTH_STENCIL
/external/opencv3/modules/core/include/opencv2/core/
Dopengl.hpp290 DEPTH_COMPONENT = 0x1902, //!< Depth enumerator
/external/mesa3d/docs/OLD/
DMESA_packed_depth_stencil.spec86 DEPTH_COMPONENT Depth Depth component
/external/opencv3/modules/cudaarithm/test/
Dtest_opengl.cpp305 …format = cn == 1 ? cv::ogl::Texture2D::DEPTH_COMPONENT : cn == 3 ? cv::ogl::Texture2D::RGB : cn ==… in PARAM_TEST_CASE()