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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES11Header.java-if53 public static final int GL_COMBINE_RGB = 0x8571;
/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.cpp3745 #if defined(GL_COMBINE_RGB)
3746 case GL_COMBINE_RGB:
3747 #endif // defined(GL_COMBINE_RGB)
3812 #if defined(GL_COMBINE_RGB)
3813 case GL_COMBINE_RGB:
3814 #endif // defined(GL_COMBINE_RGB)
3894 #if defined(GL_COMBINE_RGB)
3895 case GL_COMBINE_RGB:
3896 #endif // defined(GL_COMBINE_RGB)
3961 #if defined(GL_COMBINE_RGB)
[all...]
/frameworks/native/opengl/include/GLES/
H A Dgl.h382 #define GL_COMBINE_RGB 0x8571 macro

Completed in 42 milliseconds