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

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec15 glGetTexEnv ifcheck params 1 pname GL_TEXTURE_ENV_MODE,GL_COMBINE_RGB,GL_COMBINE_ALPHA ifcheck params 4 pname GL_TEXTURE_ENV_COLOR
23 glTexEnv ifcheck params 1 pname GL_TEXTURE_ENV_MODE,GL_COMBINE_RGB,GL_COMBINE_ALPHA ifcheck params 4 pname GL_TEXTURE_ENV_COLOR
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp1649 #if defined(GL_COMBINE_RGB)
1650 case GL_COMBINE_RGB:
1651 #endif // defined(GL_COMBINE_RGB)
1710 #if defined(GL_COMBINE_RGB)
1711 case GL_COMBINE_RGB:
1712 #endif // defined(GL_COMBINE_RGB)
1781 #if defined(GL_COMBINE_RGB)
1782 case GL_COMBINE_RGB:
1783 #endif // defined(GL_COMBINE_RGB)
1842 #if defined(GL_COMBINE_RGB)
[all...]
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...]
H A Dandroid_opengl_GLES10.cpp3424 #if defined(GL_COMBINE_RGB)
3425 case GL_COMBINE_RGB:
3426 #endif // defined(GL_COMBINE_RGB)
3485 #if defined(GL_COMBINE_RGB)
3486 case GL_COMBINE_RGB:
3487 #endif // defined(GL_COMBINE_RGB)
3567 #if defined(GL_COMBINE_RGB)
3568 case GL_COMBINE_RGB:
3569 #endif // defined(GL_COMBINE_RGB)
3628 #if defined(GL_COMBINE_RGB)
[all...]
/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/native/opengl/include/GLES/
H A Dgl.h524 #define GL_COMBINE_RGB 0x8571 macro

Completed in 421 milliseconds