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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if81 public static final int GL_FOG_START = 0x0B63;
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp805 #if defined(GL_FOG_START)
806 case GL_FOG_START:
807 #endif // defined(GL_FOG_START)
868 #if defined(GL_FOG_START)
869 case GL_FOG_START:
870 #endif // defined(GL_FOG_START)
951 #if defined(GL_FOG_START)
952 case GL_FOG_START:
953 #endif // defined(GL_FOG_START)
1014 #if defined(GL_FOG_START)
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java81 public static final int GL_FOG_START = 0x0B63; field in class:GLES10
H A DGLLogWrapper.java556 case GL_FOG_START:
557 return "GL_FOG_START";
573 case GL_FOG_START:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java79 int GL_FOG_START = 0x0B63; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h180 #define GL_FOG_START 0x0B63 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h207 #define GL_FOG_START 0x0B63 macro
/frameworks/native/opengl/libagl/
H A Dlight.cpp589 case GL_FOG_START:

Completed in 52 milliseconds