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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if98 public static final int GL_LIGHT_MODEL_TWO_SIDE = 0x0B52;
/frameworks/native/opengl/libagl/
H A Dlight.cpp454 if (ggl_unlikely(pname != GL_LIGHT_MODEL_TWO_SIDE)) {
658 if (pname == GL_LIGHT_MODEL_TWO_SIDE) {
678 if (pname == GL_LIGHT_MODEL_TWO_SIDE) {
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1285 #if defined(GL_LIGHT_MODEL_TWO_SIDE)
1286 case GL_LIGHT_MODEL_TWO_SIDE:
1287 #endif // defined(GL_LIGHT_MODEL_TWO_SIDE)
1654 #if defined(GL_LIGHT_MODEL_TWO_SIDE)
1655 case GL_LIGHT_MODEL_TWO_SIDE:
1656 #endif // defined(GL_LIGHT_MODEL_TWO_SIDE)
1986 #if defined(GL_LIGHT_MODEL_TWO_SIDE)
1987 case GL_LIGHT_MODEL_TWO_SIDE:
1988 #endif // defined(GL_LIGHT_MODEL_TWO_SIDE)
2040 #if defined(GL_LIGHT_MODEL_TWO_SIDE)
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java98 public static final int GL_LIGHT_MODEL_TWO_SIDE = 0x0B52; field in class:GLES10
H A DGLLogWrapper.java895 case GL_LIGHT_MODEL_TWO_SIDE:
896 return "GL_LIGHT_MODEL_TWO_SIDE";
906 case GL_LIGHT_MODEL_TWO_SIDE:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java96 int GL_LIGHT_MODEL_TWO_SIDE = 0x0B52; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h299 #define GL_LIGHT_MODEL_TWO_SIDE 0x0B52 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h256 #define GL_LIGHT_MODEL_TWO_SIDE 0x0B52 macro

Completed in 30 milliseconds