Searched refs:GL_STENCIL_BITS (Results 1 - 13 of 13) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if201 public static final int GL_STENCIL_BITS = 0x0D57;
H A DGLES20Header.java-if132 public static final int GL_STENCIL_BITS = 0x0D57;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java201 public static final int GL_STENCIL_BITS = 0x0D57; field in class:GLES10
H A DGLES20.java132 public static final int GL_STENCIL_BITS = 0x0D57; field in class:GLES20
H A DGLLogWrapper.java660 case GL_STENCIL_BITS:
661 return "GL_STENCIL_BITS";
724 case GL_STENCIL_BITS:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java199 int GL_STENCIL_BITS = 0x0D57; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp454 case GL_STENCIL_BITS:
/frameworks/native/opengl/include/GLES/
H A Dgl.h251 #define GL_STENCIL_BITS 0x0D57 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h182 #define GL_STENCIL_BITS 0x0D57 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h240 #define GL_STENCIL_BITS 0x0D57 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1396 #if defined(GL_STENCIL_BITS)
1397 case GL_STENCIL_BITS:
1398 #endif // defined(GL_STENCIL_BITS)
1765 #if defined(GL_STENCIL_BITS)
1766 case GL_STENCIL_BITS:
1767 #endif // defined(GL_STENCIL_BITS)
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h182 #define GL_STENCIL_BITS 0x0D57 macro
H A Dgl31.h182 #define GL_STENCIL_BITS 0x0D57 macro

Completed in 4135 milliseconds