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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if52 public static final int GL_COMBINE_ALPHA = 0x8572;
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp141 glTexEnvi(GL_TEXTURE_ENV, GL_COMBINE_ALPHA, combineAlpha);
/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.cpp3559 #if defined(GL_COMBINE_ALPHA)
3560 case GL_COMBINE_ALPHA:
3561 #endif // defined(GL_COMBINE_ALPHA)
3620 #if defined(GL_COMBINE_ALPHA)
3621 case GL_COMBINE_ALPHA:
3622 #endif // defined(GL_COMBINE_ALPHA)
3702 #if defined(GL_COMBINE_ALPHA)
3703 case GL_COMBINE_ALPHA:
3704 #endif // defined(GL_COMBINE_ALPHA)
3763 #if defined(GL_COMBINE_ALPHA)
[all...]
/frameworks/native/opengl/include/GLES/
H A Dgl.h525 #define GL_COMBINE_ALPHA 0x8572 macro

Completed in 23 milliseconds