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

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp3031 #if defined(GL_TEXTURE_ENV_COLOR)
3032 case GL_TEXTURE_ENV_COLOR:
3033 #endif // defined(GL_TEXTURE_ENV_COLOR)
3087 #if defined(GL_TEXTURE_ENV_COLOR)
3088 case GL_TEXTURE_ENV_COLOR:
3089 #endif // defined(GL_TEXTURE_ENV_COLOR)
3158 #if defined(GL_TEXTURE_ENV_COLOR)
3159 case GL_TEXTURE_ENV_COLOR:
3160 #endif // defined(GL_TEXTURE_ENV_COLOR)
3214 #if defined(GL_TEXTURE_ENV_COLOR)
[all...]
H A Dandroid_opengl_GLES11.cpp1922 #if defined(GL_TEXTURE_ENV_COLOR)
1923 case GL_TEXTURE_ENV_COLOR:
1924 #endif // defined(GL_TEXTURE_ENV_COLOR)
1978 #if defined(GL_TEXTURE_ENV_COLOR)
1979 case GL_TEXTURE_ENV_COLOR:
1980 #endif // defined(GL_TEXTURE_ENV_COLOR)
2038 #if defined(GL_TEXTURE_ENV_COLOR)
2039 case GL_TEXTURE_ENV_COLOR:
2040 #endif // defined(GL_TEXTURE_ENV_COLOR)
2094 #if defined(GL_TEXTURE_ENV_COLOR)
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp3754 #if defined(GL_TEXTURE_ENV_COLOR)
3755 case GL_TEXTURE_ENV_COLOR:
3756 #endif // defined(GL_TEXTURE_ENV_COLOR)
3821 #if defined(GL_TEXTURE_ENV_COLOR)
3822 case GL_TEXTURE_ENV_COLOR:
3823 #endif // defined(GL_TEXTURE_ENV_COLOR)
3903 #if defined(GL_TEXTURE_ENV_COLOR)
3904 case GL_TEXTURE_ENV_COLOR:
3905 #endif // defined(GL_TEXTURE_ENV_COLOR)
3970 #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/libagl/
H A Dtexture.cpp980 if (pname == GL_TEXTURE_ENV_COLOR) {
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h378 #define GL_TEXTURE_ENV_COLOR 0x2201 macro
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec76 glGetTexEnv ifcheck params 4 pname GL_TEXTURE_ENV_COLOR
98 glTexEnv ifcheck params 4 pname GL_TEXTURE_ENV_COLOR
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if209 public static final int GL_TEXTURE_ENV_COLOR = 0x2201;

Completed in 875 milliseconds