Searched refs:GL_TEXTURE_ENV_COLOR (Results 1 - 11 of 11) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec69 glGetTexEnv ifcheck params 4 pname GL_TEXTURE_ENV_COLOR
84 glTexEnv ifcheck params 4 pname GL_TEXTURE_ENV_COLOR
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp1690 #if defined(GL_TEXTURE_ENV_COLOR)
1691 case GL_TEXTURE_ENV_COLOR:
1692 #endif // defined(GL_TEXTURE_ENV_COLOR)
1740 #if defined(GL_TEXTURE_ENV_COLOR)
1741 case GL_TEXTURE_ENV_COLOR:
1742 #endif // defined(GL_TEXTURE_ENV_COLOR)
1800 #if defined(GL_TEXTURE_ENV_COLOR)
1801 case GL_TEXTURE_ENV_COLOR:
1802 #endif // defined(GL_TEXTURE_ENV_COLOR)
1850 #if defined(GL_TEXTURE_ENV_COLOR)
[all...]
H A Dandroid_opengl_GLES10.cpp2710 #if defined(GL_TEXTURE_ENV_COLOR)
2711 case GL_TEXTURE_ENV_COLOR:
2712 #endif // defined(GL_TEXTURE_ENV_COLOR)
2760 #if defined(GL_TEXTURE_ENV_COLOR)
2761 case GL_TEXTURE_ENV_COLOR:
2762 #endif // defined(GL_TEXTURE_ENV_COLOR)
2831 #if defined(GL_TEXTURE_ENV_COLOR)
2832 case GL_TEXTURE_ENV_COLOR:
2833 #endif // defined(GL_TEXTURE_ENV_COLOR)
2881 #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...]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if209 public static final int GL_TEXTURE_ENV_COLOR = 0x2201;
/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 125 milliseconds