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.cpp1697 #if defined(GL_TEXTURE_ENV_COLOR)
1698 case GL_TEXTURE_ENV_COLOR:
1699 #endif // defined(GL_TEXTURE_ENV_COLOR)
1747 #if defined(GL_TEXTURE_ENV_COLOR)
1748 case GL_TEXTURE_ENV_COLOR:
1749 #endif // defined(GL_TEXTURE_ENV_COLOR)
1807 #if defined(GL_TEXTURE_ENV_COLOR)
1808 case GL_TEXTURE_ENV_COLOR:
1809 #endif // defined(GL_TEXTURE_ENV_COLOR)
1857 #if defined(GL_TEXTURE_ENV_COLOR)
[all...]
H A Dandroid_opengl_GLES10.cpp2717 #if defined(GL_TEXTURE_ENV_COLOR)
2718 case GL_TEXTURE_ENV_COLOR:
2719 #endif // defined(GL_TEXTURE_ENV_COLOR)
2767 #if defined(GL_TEXTURE_ENV_COLOR)
2768 case GL_TEXTURE_ENV_COLOR:
2769 #endif // defined(GL_TEXTURE_ENV_COLOR)
2838 #if defined(GL_TEXTURE_ENV_COLOR)
2839 case GL_TEXTURE_ENV_COLOR:
2840 #endif // defined(GL_TEXTURE_ENV_COLOR)
2888 #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/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp158 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 4501 milliseconds