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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if78 public static final int GL_FOG_END = 0x0B64;
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp860 #if defined(GL_FOG_END)
861 case GL_FOG_END:
862 #endif // defined(GL_FOG_END)
929 #if defined(GL_FOG_END)
930 case GL_FOG_END:
931 #endif // defined(GL_FOG_END)
1012 #if defined(GL_FOG_END)
1013 case GL_FOG_END:
1014 #endif // defined(GL_FOG_END)
1081 #if defined(GL_FOG_END)
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java78 public static final int GL_FOG_END = 0x0B64; field in class:GLES10
H A DGLLogWrapper.java558 case GL_FOG_END:
559 return "GL_FOG_END";
575 case GL_FOG_END:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java76 int GL_FOG_END = 0x0B64; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h181 #define GL_FOG_END 0x0B64 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h208 #define GL_FOG_END 0x0B64 macro
/frameworks/native/opengl/libagl/
H A Dlight.cpp593 case GL_FOG_END:

Completed in 48 milliseconds