Searched refs:GL_TEXTURE_ENV_COLOR (Results 1 - 12 of 12) 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.cpp1819 #if defined(GL_TEXTURE_ENV_COLOR)
1820 case GL_TEXTURE_ENV_COLOR:
1821 #endif // defined(GL_TEXTURE_ENV_COLOR)
1869 #if defined(GL_TEXTURE_ENV_COLOR)
1870 case GL_TEXTURE_ENV_COLOR:
1871 #endif // defined(GL_TEXTURE_ENV_COLOR)
1929 #if defined(GL_TEXTURE_ENV_COLOR)
1930 case GL_TEXTURE_ENV_COLOR:
1931 #endif // defined(GL_TEXTURE_ENV_COLOR)
1979 #if defined(GL_TEXTURE_ENV_COLOR)
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp3564 #if defined(GL_TEXTURE_ENV_COLOR)
3565 case GL_TEXTURE_ENV_COLOR:
3566 #endif // defined(GL_TEXTURE_ENV_COLOR)
3625 #if defined(GL_TEXTURE_ENV_COLOR)
3626 case GL_TEXTURE_ENV_COLOR:
3627 #endif // defined(GL_TEXTURE_ENV_COLOR)
3707 #if defined(GL_TEXTURE_ENV_COLOR)
3708 case GL_TEXTURE_ENV_COLOR:
3709 #endif // defined(GL_TEXTURE_ENV_COLOR)
3768 #if defined(GL_TEXTURE_ENV_COLOR)
[all...]
H A Dandroid_opengl_GLES10.cpp2836 #if defined(GL_TEXTURE_ENV_COLOR)
2837 case GL_TEXTURE_ENV_COLOR:
2838 #endif // defined(GL_TEXTURE_ENV_COLOR)
2886 #if defined(GL_TEXTURE_ENV_COLOR)
2887 case GL_TEXTURE_ENV_COLOR:
2888 #endif // defined(GL_TEXTURE_ENV_COLOR)
2957 #if defined(GL_TEXTURE_ENV_COLOR)
2958 case GL_TEXTURE_ENV_COLOR:
2959 #endif // defined(GL_TEXTURE_ENV_COLOR)
3007 #if defined(GL_TEXTURE_ENV_COLOR)
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp152 glTexEnvfv(GL_TEXTURE_ENV, GL_TEXTURE_ENV_COLOR, envColor);
/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 1013 milliseconds