Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/Translator/GLES_CM/
DGLEScmValidate.cpp29 return e >=GL_CLIP_PLANE0 && e <= (GL_CLIP_PLANE0+maxClipPlanes); in clipPlaneEnum()
DGLEScmImp.cpp2269 ctx->dispatcher().glDisable(GL_CLIP_PLANE0+i); in glDrawTexOES()
/sdk/emulator/opengl/shared/OpenglCodecCommon/
DglUtils.cpp140 case GL_CLIP_PLANE0: in glUtilsParamSize()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLEnum.java228 GL_CLIP_PLANE0(0x3000), enumConstant
/sdk/emulator/opengl/host/libs/Translator/include/GLES/
Dgl.h96 #define GL_CLIP_PLANE0 0x3000 macro