Home
last modified time | relevance | path

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

/sdk/emulator/opengl/shared/OpenglCodecCommon/
DglUtils.cpp87 case GL_MAX_CLIP_PLANES: in glUtilsParamSize()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLEnum.java132 GL_MAX_CLIP_PLANES(0x0D32), enumConstant
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLEScontext.cpp514 s_glDispatch.glGetIntegerv(GL_MAX_CLIP_PLANES,&s_glSupport.maxClipPlane); in initCapsLocked()
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h238 #define GL_MAX_CLIP_PLANES 0x0D32 macro
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmImp.cpp897 case GL_MAX_CLIP_PLANES: in glGetIntegerv()
2269 ctx->dispatcher().glGetIntegerv(GL_MAX_CLIP_PLANES,&numClipPlanes); in glDrawTexOES()