Searched refs:GL_FOG_DENSITY (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if77 public static final int GL_FOG_DENSITY = 0x0B62;
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp806 #if defined(GL_FOG_DENSITY)
807 case GL_FOG_DENSITY:
808 #endif // defined(GL_FOG_DENSITY)
869 #if defined(GL_FOG_DENSITY)
870 case GL_FOG_DENSITY:
871 #endif // defined(GL_FOG_DENSITY)
952 #if defined(GL_FOG_DENSITY)
953 case GL_FOG_DENSITY:
954 #endif // defined(GL_FOG_DENSITY)
1015 #if defined(GL_FOG_DENSITY)
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java77 public static final int GL_FOG_DENSITY = 0x0B62; field in class:GLES10
H A DGLLogWrapper.java554 case GL_FOG_DENSITY:
555 return "GL_FOG_DENSITY";
571 case GL_FOG_DENSITY:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java75 int GL_FOG_DENSITY = 0x0B62; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h179 #define GL_FOG_DENSITY 0x0B62 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h206 #define GL_FOG_DENSITY 0x0B62 macro
/frameworks/native/opengl/libagl/
H A Dlight.cpp582 case GL_FOG_DENSITY:

Completed in 657 milliseconds