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.cpp3746 #if defined(GL_COMBINE_RGB)
3747 case GL_COMBINE_RGB:
3748 #endif // defined(GL_COMBINE_RGB)
3813 #if defined(GL_COMBINE_RGB)
3814 case GL_COMBINE_RGB:
3815 #endif // defined(GL_COMBINE_RGB)
3895 #if defined(GL_COMBINE_RGB)
3896 case GL_COMBINE_RGB:
3897 #endif // defined(GL_COMBINE_RGB)
3962 #if defined(GL_COMBINE_RGB)
[all...]
/frameworks/native/opengl/include/GLES/
H A Dgl.h524 #define GL_COMBINE_RGB 0x8571 macro

Completed in 3929 milliseconds