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

/frameworks/base/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.cpp1349 #if defined(GL_COMBINE_RGB)
1350 case GL_COMBINE_RGB:
1351 #endif // defined(GL_COMBINE_RGB)
1403 #if defined(GL_COMBINE_RGB)
1404 case GL_COMBINE_RGB:
1405 #endif // defined(GL_COMBINE_RGB)
1462 #if defined(GL_COMBINE_RGB)
1463 case GL_COMBINE_RGB:
1464 #endif // defined(GL_COMBINE_RGB)
1516 #if defined(GL_COMBINE_RGB)
[all...]
H A Dandroid_opengl_GLES10.cpp3095 #if defined(GL_COMBINE_RGB)
3096 case GL_COMBINE_RGB:
3097 #endif // defined(GL_COMBINE_RGB)
3147 #if defined(GL_COMBINE_RGB)
3148 case GL_COMBINE_RGB:
3149 #endif // defined(GL_COMBINE_RGB)
3213 #if defined(GL_COMBINE_RGB)
3214 case GL_COMBINE_RGB:
3215 #endif // defined(GL_COMBINE_RGB)
3265 #if defined(GL_COMBINE_RGB)
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp3221 #if defined(GL_COMBINE_RGB)
3222 case GL_COMBINE_RGB:
3223 #endif // defined(GL_COMBINE_RGB)
3273 #if defined(GL_COMBINE_RGB)
3274 case GL_COMBINE_RGB:
3275 #endif // defined(GL_COMBINE_RGB)
3339 #if defined(GL_COMBINE_RGB)
3340 case GL_COMBINE_RGB:
3341 #endif // defined(GL_COMBINE_RGB)
3391 #if defined(GL_COMBINE_RGB)
[all...]
/frameworks/base/libs/rs/
H A DrsProgramFragment.cpp124 glTexEnvi(GL_TEXTURE_ENV, GL_COMBINE_RGB, GL_ADD);
/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/opengl/include/GLES/
H A Dgl.h524 #define GL_COMBINE_RGB 0x8571 macro

Completed in 120 milliseconds