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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if80 public static final int GL_FOG_MODE = 0x0B65;
/frameworks/native/opengl/libagl/
H A Dlight.cpp596 case GL_FOG_MODE:
846 if (pname != GL_FOG_MODE)
861 if (pname != GL_FOG_MODE)
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp850 #if defined(GL_FOG_MODE)
851 case GL_FOG_MODE:
852 #endif // defined(GL_FOG_MODE)
919 #if defined(GL_FOG_MODE)
920 case GL_FOG_MODE:
921 #endif // defined(GL_FOG_MODE)
1002 #if defined(GL_FOG_MODE)
1003 case GL_FOG_MODE:
1004 #endif // defined(GL_FOG_MODE)
1071 #if defined(GL_FOG_MODE)
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java80 public static final int GL_FOG_MODE = 0x0B65; field in class:GLES10
H A DGLLogWrapper.java560 case GL_FOG_MODE:
561 return "GL_FOG_MODE";
577 case GL_FOG_MODE:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java78 int GL_FOG_MODE = 0x0B65; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h151 #define GL_FOG_MODE 0x0B65 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h209 #define GL_FOG_MODE 0x0B65 macro

Completed in 229 milliseconds