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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if53 public static final int GL_COMBINE_RGB = 0x8571;
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp134 glTexEnvi(GL_TEXTURE_ENV, GL_COMBINE_RGB, combineRGB);
/frameworks/base/opengl/java/android/opengl/
H A DGLES11.java53 public static final int GL_COMBINE_RGB = 0x8571; field in class:GLES11
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL11.java51 int GL_COMBINE_RGB = 0x8571; field in interface:GL11
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp3556 #if defined(GL_COMBINE_RGB)
3557 case GL_COMBINE_RGB:
3558 #endif // defined(GL_COMBINE_RGB)
3617 #if defined(GL_COMBINE_RGB)
3618 case GL_COMBINE_RGB:
3619 #endif // defined(GL_COMBINE_RGB)
3699 #if defined(GL_COMBINE_RGB)
3700 case GL_COMBINE_RGB:
3701 #endif // defined(GL_COMBINE_RGB)
3760 #if defined(GL_COMBINE_RGB)
[all...]
/frameworks/native/opengl/include/GLES/
H A Dgl.h524 #define GL_COMBINE_RGB 0x8571 macro

Completed in 162 milliseconds