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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if79 public static final int GL_MODELVIEW_STACK_DEPTH = 0x0BA3;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java79 public static final int GL_MODELVIEW_STACK_DEPTH = 0x0BA3; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java77 int GL_MODELVIEW_STACK_DEPTH = 0x0BA3; field in interface:GL11
/frameworks/native/opengl/include/GLES/
H A Dgl.h220 #define GL_MODELVIEW_STACK_DEPTH 0x0BA3 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1345 #if defined(GL_MODELVIEW_STACK_DEPTH)
1346 case GL_MODELVIEW_STACK_DEPTH:
1347 #endif // defined(GL_MODELVIEW_STACK_DEPTH)
1714 #if defined(GL_MODELVIEW_STACK_DEPTH)
1715 case GL_MODELVIEW_STACK_DEPTH:
1716 #endif // defined(GL_MODELVIEW_STACK_DEPTH)

Completed in 66 milliseconds