Searched refs:GL_TEXTURE_ENV_COLOR (Results 1 - 10 of 10) 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.cpp1388 #if defined(GL_TEXTURE_ENV_COLOR)
1389 case GL_TEXTURE_ENV_COLOR:
1390 #endif // defined(GL_TEXTURE_ENV_COLOR)
1442 #if defined(GL_TEXTURE_ENV_COLOR)
1443 case GL_TEXTURE_ENV_COLOR:
1444 #endif // defined(GL_TEXTURE_ENV_COLOR)
1501 #if defined(GL_TEXTURE_ENV_COLOR)
1502 case GL_TEXTURE_ENV_COLOR:
1503 #endif // defined(GL_TEXTURE_ENV_COLOR)
1555 #if defined(GL_TEXTURE_ENV_COLOR)
[all...]
H A Dandroid_opengl_GLES10.cpp3075 #if defined(GL_TEXTURE_ENV_COLOR)
3076 case GL_TEXTURE_ENV_COLOR:
3077 #endif // defined(GL_TEXTURE_ENV_COLOR)
3127 #if defined(GL_TEXTURE_ENV_COLOR)
3128 case GL_TEXTURE_ENV_COLOR:
3129 #endif // defined(GL_TEXTURE_ENV_COLOR)
3193 #if defined(GL_TEXTURE_ENV_COLOR)
3194 case GL_TEXTURE_ENV_COLOR:
3195 #endif // defined(GL_TEXTURE_ENV_COLOR)
3245 #if defined(GL_TEXTURE_ENV_COLOR)
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp3201 #if defined(GL_TEXTURE_ENV_COLOR)
3202 case GL_TEXTURE_ENV_COLOR:
3203 #endif // defined(GL_TEXTURE_ENV_COLOR)
3253 #if defined(GL_TEXTURE_ENV_COLOR)
3254 case GL_TEXTURE_ENV_COLOR:
3255 #endif // defined(GL_TEXTURE_ENV_COLOR)
3319 #if defined(GL_TEXTURE_ENV_COLOR)
3320 case GL_TEXTURE_ENV_COLOR:
3321 #endif // defined(GL_TEXTURE_ENV_COLOR)
3371 #if defined(GL_TEXTURE_ENV_COLOR)
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java209 public static final int GL_TEXTURE_ENV_COLOR = 0x2201; field in class:GLES10
H A DGLLogWrapper.java366 case GL_TEXTURE_ENV_COLOR:
367 return "GL_TEXTURE_ENV_COLOR";
377 case GL_TEXTURE_ENV_COLOR:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java207 int GL_TEXTURE_ENV_COLOR = 0x2201; field in interface:GL10
/frameworks/base/opengl/include/GLES/
H A Dgl.h421 #define GL_TEXTURE_ENV_COLOR 0x2201 macro
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h378 #define GL_TEXTURE_ENV_COLOR 0x2201 macro
/frameworks/base/opengl/libagl/
H A Dtexture.cpp988 if (pname == GL_TEXTURE_ENV_COLOR) {

Completed in 140 milliseconds