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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if52 public static final int GL_COMBINE_ALPHA = 0x8572;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java52 public static final int GL_COMBINE_ALPHA = 0x8572; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java50 int GL_COMBINE_ALPHA = 0x8572; field in interface:GL11
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp3749 #if defined(GL_COMBINE_ALPHA)
3750 case GL_COMBINE_ALPHA:
3751 #endif // defined(GL_COMBINE_ALPHA)
3816 #if defined(GL_COMBINE_ALPHA)
3817 case GL_COMBINE_ALPHA:
3818 #endif // defined(GL_COMBINE_ALPHA)
3898 #if defined(GL_COMBINE_ALPHA)
3899 case GL_COMBINE_ALPHA:
3900 #endif // defined(GL_COMBINE_ALPHA)
3965 #if defined(GL_COMBINE_ALPHA)
[all...]
/frameworks/native/opengl/include/GLES/
H A Dgl.h382 #define GL_COMBINE_ALPHA 0x8572 macro

Completed in 41 milliseconds