DEPTH_COMPONENT   378 modules/core/src/gl_core_3_1.hpp         DEPTH_COMPONENT                  = 0x1902,
DEPTH_COMPONENT  1003 modules/core/src/opengl.cpp         NONE, DEPTH_COMPONENT, NONE, RGB, RGBA
DEPTH_COMPONENT  1007 modules/core/src/opengl.cpp         0, gl::DEPTH_COMPONENT, 0, gl::BGR, gl::BGRA
DEPTH_COMPONENT  1115 modules/core/src/opengl.cpp         NONE, DEPTH_COMPONENT, NONE, RGB, RGBA
DEPTH_COMPONENT  1119 modules/core/src/opengl.cpp         0, gl::DEPTH_COMPONENT, 0, gl::BGR, gl::BGRA
DEPTH_COMPONENT  1172 modules/core/src/opengl.cpp     const int cn = format_ == DEPTH_COMPONENT ? 1: format_ == RGB ? 3 : 4;
DEPTH_COMPONENT  1173 modules/core/src/opengl.cpp     const GLenum dstFormat = format_ == DEPTH_COMPONENT ? gl::DEPTH_COMPONENT : format_ == RGB ? gl::BGR : gl::BGRA;
DEPTH_COMPONENT   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;