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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if29 public static final int GL_ALPHA_BITS = 0x0D55;
H A DGLES20Header.java-if130 public static final int GL_ALPHA_BITS = 0x0D55;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java29 public static final int GL_ALPHA_BITS = 0x0D55; field in class:GLES10
H A DGLES20.java130 public static final int GL_ALPHA_BITS = 0x0D55; field in class:GLES20
H A DGLLogWrapper.java620 case GL_ALPHA_BITS:
621 return "GL_ALPHA_BITS";
679 case GL_ALPHA_BITS:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java27 int GL_ALPHA_BITS = 0x0D55; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp369 case GL_ALPHA_BITS: {
/frameworks/native/opengl/include/GLES/
H A Dgl.h249 #define GL_ALPHA_BITS 0x0D55 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h180 #define GL_ALPHA_BITS 0x0D55 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h238 #define GL_ALPHA_BITS 0x0D55 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1213 #if defined(GL_ALPHA_BITS)
1214 case GL_ALPHA_BITS:
1215 #endif // defined(GL_ALPHA_BITS)
1582 #if defined(GL_ALPHA_BITS)
1583 case GL_ALPHA_BITS:
1584 #endif // defined(GL_ALPHA_BITS)
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h180 #define GL_ALPHA_BITS 0x0D55 macro
H A Dgl31.h180 #define GL_ALPHA_BITS 0x0D55 macro

Completed in 1773 milliseconds