Searched refs:GL_PROJECTION_STACK_DEPTH (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if107 public static final int GL_PROJECTION_STACK_DEPTH = 0x0BA4;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java107 public static final int GL_PROJECTION_STACK_DEPTH = 0x0BA4; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java105 int GL_PROJECTION_STACK_DEPTH = 0x0BA4; field in interface:GL11
/frameworks/native/opengl/include/GLES/
H A Dgl.h221 #define GL_PROJECTION_STACK_DEPTH 0x0BA4 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1457 #if defined(GL_PROJECTION_STACK_DEPTH)
1458 case GL_PROJECTION_STACK_DEPTH:
1459 #endif // defined(GL_PROJECTION_STACK_DEPTH)
1832 #if defined(GL_PROJECTION_STACK_DEPTH)
1833 case GL_PROJECTION_STACK_DEPTH:
1834 #endif // defined(GL_PROJECTION_STACK_DEPTH)

Completed in 43 milliseconds