Searched refs:GL_TEXTURE_ENV_COLOR (Results 1 - 10 of 10) 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.cpp1657 #if defined(GL_TEXTURE_ENV_COLOR)
1658 case GL_TEXTURE_ENV_COLOR:
1659 #endif // defined(GL_TEXTURE_ENV_COLOR)
1718 #if defined(GL_TEXTURE_ENV_COLOR)
1719 case GL_TEXTURE_ENV_COLOR:
1720 #endif // defined(GL_TEXTURE_ENV_COLOR)
1789 #if defined(GL_TEXTURE_ENV_COLOR)
1790 case GL_TEXTURE_ENV_COLOR:
1791 #endif // defined(GL_TEXTURE_ENV_COLOR)
1850 #if defined(GL_TEXTURE_ENV_COLOR)
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp3560 #if defined(GL_TEXTURE_ENV_COLOR)
3561 case GL_TEXTURE_ENV_COLOR:
3562 #endif // defined(GL_TEXTURE_ENV_COLOR)
3621 #if defined(GL_TEXTURE_ENV_COLOR)
3622 case GL_TEXTURE_ENV_COLOR:
3623 #endif // defined(GL_TEXTURE_ENV_COLOR)
3703 #if defined(GL_TEXTURE_ENV_COLOR)
3704 case GL_TEXTURE_ENV_COLOR:
3705 #endif // defined(GL_TEXTURE_ENV_COLOR)
3764 #if defined(GL_TEXTURE_ENV_COLOR)
[all...]
H A Dandroid_opengl_GLES10.cpp3432 #if defined(GL_TEXTURE_ENV_COLOR)
3433 case GL_TEXTURE_ENV_COLOR:
3434 #endif // defined(GL_TEXTURE_ENV_COLOR)
3493 #if defined(GL_TEXTURE_ENV_COLOR)
3494 case GL_TEXTURE_ENV_COLOR:
3495 #endif // defined(GL_TEXTURE_ENV_COLOR)
3575 #if defined(GL_TEXTURE_ENV_COLOR)
3576 case GL_TEXTURE_ENV_COLOR:
3577 #endif // defined(GL_TEXTURE_ENV_COLOR)
3636 #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/native/opengl/include/GLES/
H A Dgl.h421 #define GL_TEXTURE_ENV_COLOR 0x2201 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h378 #define GL_TEXTURE_ENV_COLOR 0x2201 macro
/frameworks/native/opengl/libagl/
H A Dtexture.cpp987 if (pname == GL_TEXTURE_ENV_COLOR) {

Completed in 1021 milliseconds