Searched refs:GL_MAX_CLIP_PLANES (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if76 public static final int GL_MAX_CLIP_PLANES = 0x0D32;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java76 public static final int GL_MAX_CLIP_PLANES = 0x0D32; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java74 int GL_MAX_CLIP_PLANES = 0x0D32; field in interface:GL11
/frameworks/native/opengl/libagl/
H A Dstate.cpp421 case GL_MAX_CLIP_PLANES:
/frameworks/native/opengl/include/GLES/
H A Dgl.h238 #define GL_MAX_CLIP_PLANES 0x0D32 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1316 #if defined(GL_MAX_CLIP_PLANES)
1317 case GL_MAX_CLIP_PLANES:
1318 #endif // defined(GL_MAX_CLIP_PLANES)
1685 #if defined(GL_MAX_CLIP_PLANES)
1686 case GL_MAX_CLIP_PLANES:
1687 #endif // defined(GL_MAX_CLIP_PLANES)

Completed in 58 milliseconds