/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-checks | 6 …rams 1 pname GL_FOG_MODE,GL_FOG_DENSITY,GL_FOG_START,GL_FOG_END ifcheck params 4 pname GL_FOG_COLOR 10 …_RANGE ifcheck params 4 pname GL_COLOR_CLEAR_VALUE,GL_COLOR_WRITEMASK,GL_FOG_COLOR,GL_LIGHT_MODEL_…
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | checks.spec | 43 glFog ifcheck params 4 pname GL_FOG_COLOR
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES10.cpp | 321 case GL_FOG_COLOR: in getNeededCount() 983 #if defined(GL_FOG_COLOR) in android_glFogfv__I_3FI() 984 case GL_FOG_COLOR: in android_glFogfv__I_3FI() 1032 #if defined(GL_FOG_COLOR) in android_glFogfv__ILjava_nio_FloatBuffer_2() 1033 case GL_FOG_COLOR: in android_glFogfv__ILjava_nio_FloatBuffer_2() 1101 #if defined(GL_FOG_COLOR) in android_glFogxv__I_3II() 1102 case GL_FOG_COLOR: in android_glFogxv__I_3II() 1150 #if defined(GL_FOG_COLOR) in android_glFogxv__ILjava_nio_IntBuffer_2() 1151 case GL_FOG_COLOR: in android_glFogxv__ILjava_nio_IntBuffer_2()
|
D | com_google_android_gles_jni_GLImpl.cpp | 817 #if defined(GL_FOG_COLOR) in android_glFogfv__I_3FI() 818 case GL_FOG_COLOR: in android_glFogfv__I_3FI() 880 #if defined(GL_FOG_COLOR) in android_glFogfv__ILjava_nio_FloatBuffer_2() 881 case GL_FOG_COLOR: in android_glFogfv__ILjava_nio_FloatBuffer_2() 963 #if defined(GL_FOG_COLOR) in android_glFogxv__I_3II() 964 case GL_FOG_COLOR: in android_glFogxv__I_3II() 1026 #if defined(GL_FOG_COLOR) in android_glFogxv__ILjava_nio_IntBuffer_2() 1027 case GL_FOG_COLOR: in android_glFogxv__ILjava_nio_IntBuffer_2() 1503 #if defined(GL_FOG_COLOR) in android_glGetIntegerv__I_3II() 1504 case GL_FOG_COLOR: in android_glGetIntegerv__I_3II() [all …]
|
D | android_opengl_GLES10Ext.cpp | 321 case GL_FOG_COLOR: in getNeededCount()
|
D | android_opengl_GLES31Ext.cpp | 320 case GL_FOG_COLOR: in getNeededCount()
|
D | android_opengl_GLES32.cpp | 319 case GL_FOG_COLOR: in getNeededCount()
|
D | android_opengl_GLES11.cpp | 321 case GL_FOG_COLOR: in getNeededCount()
|
D | android_opengl_GLES11Ext.cpp | 321 case GL_FOG_COLOR: in getNeededCount()
|
D | android_opengl_GLES31.cpp | 319 case GL_FOG_COLOR: in getNeededCount()
|
D | android_opengl_GLES30.cpp | 321 case GL_FOG_COLOR: in getNeededCount()
|
D | android_opengl_GLES20.cpp | 321 case GL_FOG_COLOR: in getNeededCount()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 74 int GL_FOG_COLOR = 0x0B66; field
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | common.cpp | 295 case GL_FOG_COLOR: in getNeededCount()
|
D | GLES10Header.java-if | 76 public static final int GL_FOG_COLOR = 0x0B66;
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 73 int GL_FOG_COLOR = 0x0B66;
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 76 public static final int GL_FOG_COLOR = 0x0B66; field in GLES10
|
D | GLLogWrapper.java | 562 case GL_FOG_COLOR: in getFogPName() 579 case GL_FOG_COLOR: in getFogParamCount()
|
/frameworks/native/opengl/libagl/ |
D | light.cpp | 860 if (pname != GL_FOG_COLOR) { in glFogfv() 878 if (pname != GL_FOG_COLOR) { in glFogxv()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 210 #define GL_FOG_COLOR 0x0B66 macro
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 183 #define GL_FOG_COLOR 0x0B66 macro
|
/frameworks/native/opengl/libs/ |
D | enums.in | 70 GL_ENUM(0x0B66,GL_FOG_COLOR)
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19057 field public static final int GL_FOG_COLOR = 2918; // 0xb66 51979 field public static final int GL_FOG_COLOR = 2918; // 0xb66
|
/frameworks/base/api/ |
D | current.txt | 25567 field public static final int GL_FOG_COLOR = 2918; // 0xb66 62851 field public static final int GL_FOG_COLOR = 2918; // 0xb66
|
D | test-current.txt | 25636 field public static final int GL_FOG_COLOR = 2918; // 0xb66 62931 field public static final int GL_FOG_COLOR = 2918; // 0xb66
|