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.cpp109 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.cpp3552 #if defined(GL_COMBINE_RGB)
3553 case GL_COMBINE_RGB:
3554 #endif // defined(GL_COMBINE_RGB)
3613 #if defined(GL_COMBINE_RGB)
3614 case GL_COMBINE_RGB:
3615 #endif // defined(GL_COMBINE_RGB)
3695 #if defined(GL_COMBINE_RGB)
3696 case GL_COMBINE_RGB:
3697 #endif // defined(GL_COMBINE_RGB)
3756 #if defined(GL_COMBINE_RGB)
[all...]
/frameworks/native/opengl/include/GLES/
H A Dgl.h524 #define GL_COMBINE_RGB 0x8571 macro

Completed in 58 milliseconds