Home
last modified time | relevance | path

Searched refs:GL_DEPTH_COMPONENT (Results 1 – 5 of 5) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Validate.cpp152 if(format == GL_DEPTH_COMPONENT) in pixelFrmt()
DGLESv2Imp.cpp1737 SET_ERROR_IF((format == GL_DEPTH_COMPONENT || internalformat == GL_DEPTH_COMPONENT) && in glTexImage2D()
1741 … (format != GL_DEPTH_COMPONENT || internalformat != GL_DEPTH_COMPONENT), GL_INVALID_OPERATION); in glTexImage2D()
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DglUtils.cpp409 case GL_DEPTH_COMPONENT: in glUtilsPixelBitSize()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLEnum.java193 GL_DEPTH_COMPONENT(0x1902), enumConstant
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h245 #define GL_DEPTH_COMPONENT 0x1902 macro