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

/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/base/core/jni/
H A Dandroid_opengl_GLES11.cpp1921 #if defined(GL_TEXTURE_ENV_COLOR)
1922 case GL_TEXTURE_ENV_COLOR:
1923 #endif // defined(GL_TEXTURE_ENV_COLOR)
1977 #if defined(GL_TEXTURE_ENV_COLOR)
1978 case GL_TEXTURE_ENV_COLOR:
1979 #endif // defined(GL_TEXTURE_ENV_COLOR)
2037 #if defined(GL_TEXTURE_ENV_COLOR)
2038 case GL_TEXTURE_ENV_COLOR:
2039 #endif // defined(GL_TEXTURE_ENV_COLOR)
2093 #if defined(GL_TEXTURE_ENV_COLOR)
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp3753 #if defined(GL_TEXTURE_ENV_COLOR)
3754 case GL_TEXTURE_ENV_COLOR:
3755 #endif // defined(GL_TEXTURE_ENV_COLOR)
3820 #if defined(GL_TEXTURE_ENV_COLOR)
3821 case GL_TEXTURE_ENV_COLOR:
3822 #endif // defined(GL_TEXTURE_ENV_COLOR)
3902 #if defined(GL_TEXTURE_ENV_COLOR)
3903 case GL_TEXTURE_ENV_COLOR:
3904 #endif // defined(GL_TEXTURE_ENV_COLOR)
3969 #if defined(GL_TEXTURE_ENV_COLOR)
[all...]
H A Dandroid_opengl_GLES10.cpp3030 #if defined(GL_TEXTURE_ENV_COLOR)
3031 case GL_TEXTURE_ENV_COLOR:
3032 #endif // defined(GL_TEXTURE_ENV_COLOR)
3086 #if defined(GL_TEXTURE_ENV_COLOR)
3087 case GL_TEXTURE_ENV_COLOR:
3088 #endif // defined(GL_TEXTURE_ENV_COLOR)
3157 #if defined(GL_TEXTURE_ENV_COLOR)
3158 case GL_TEXTURE_ENV_COLOR:
3159 #endif // defined(GL_TEXTURE_ENV_COLOR)
3213 #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.h311 #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.cpp976 if (pname == GL_TEXTURE_ENV_COLOR) {

Completed in 294 milliseconds