Searched refs:GL_FOG_COLOR (Results 1 - 19 of 19) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec43 glFog ifcheck params 4 pname GL_FOG_COLOR
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if76 public static final int GL_FOG_COLOR = 0x0B66;
H A Dcommon.cpp308 case GL_FOG_COLOR:
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp334 case GL_FOG_COLOR:
1042 #if defined(GL_FOG_COLOR)
1043 case GL_FOG_COLOR:
1044 #endif // defined(GL_FOG_COLOR)
1097 #if defined(GL_FOG_COLOR)
1098 case GL_FOG_COLOR:
1099 #endif // defined(GL_FOG_COLOR)
1166 #if defined(GL_FOG_COLOR)
1167 case GL_FOG_COLOR:
1168 #endif // defined(GL_FOG_COLOR)
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp865 #if defined(GL_FOG_COLOR)
866 case GL_FOG_COLOR:
867 #endif // defined(GL_FOG_COLOR)
934 #if defined(GL_FOG_COLOR)
935 case GL_FOG_COLOR:
936 #endif // defined(GL_FOG_COLOR)
1017 #if defined(GL_FOG_COLOR)
1018 case GL_FOG_COLOR:
1019 #endif // defined(GL_FOG_COLOR)
1086 #if defined(GL_FOG_COLOR)
[all...]
H A Dandroid_opengl_GLES10Ext.cpp334 case GL_FOG_COLOR:
H A Dandroid_opengl_GLES31Ext.cpp333 case GL_FOG_COLOR:
H A Dandroid_opengl_GLES32.cpp332 case GL_FOG_COLOR:
H A Dandroid_opengl_GLES11.cpp334 case GL_FOG_COLOR:
H A Dandroid_opengl_GLES11Ext.cpp334 case GL_FOG_COLOR:
H A Dandroid_opengl_GLES31.cpp332 case GL_FOG_COLOR:
H A Dandroid_opengl_GLES20.cpp334 case GL_FOG_COLOR:
H A Dandroid_opengl_GLES30.cpp334 case GL_FOG_COLOR:
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java76 public static final int GL_FOG_COLOR = 0x0B66; field in class:GLES10
H A DGLLogWrapper.java562 case GL_FOG_COLOR:
563 return "GL_FOG_COLOR";
579 case GL_FOG_COLOR:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java74 int GL_FOG_COLOR = 0x0B66; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dlight.cpp860 if (pname != GL_FOG_COLOR) {
878 if (pname != GL_FOG_COLOR) {
/frameworks/native/opengl/include/GLES/
H A Dgl.h183 #define GL_FOG_COLOR 0x0B66 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h210 #define GL_FOG_COLOR 0x0B66 macro

Completed in 290 milliseconds