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.cpp147 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.cpp3555 #if defined(GL_COMBINE_ALPHA)
3556 case GL_COMBINE_ALPHA:
3557 #endif // defined(GL_COMBINE_ALPHA)
3616 #if defined(GL_COMBINE_ALPHA)
3617 case GL_COMBINE_ALPHA:
3618 #endif // defined(GL_COMBINE_ALPHA)
3698 #if defined(GL_COMBINE_ALPHA)
3699 case GL_COMBINE_ALPHA:
3700 #endif // defined(GL_COMBINE_ALPHA)
3759 #if defined(GL_COMBINE_ALPHA)
[all...]
/frameworks/native/opengl/include/GLES/
H A Dgl.h525 #define GL_COMBINE_ALPHA 0x8572 macro

Completed in 200 milliseconds