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

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if121 public static final int GL_MAX_LIGHTS = 0x0D31;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java121 public static final int GL_MAX_LIGHTS = 0x0D31; field in class:GLES10
H A DGLLogWrapper.java638 case GL_MAX_LIGHTS:
639 return "GL_MAX_LIGHTS";
702 case GL_MAX_LIGHTS:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java119 int GL_MAX_LIGHTS = 0x0D31; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dstate.cpp418 case GL_MAX_LIGHTS:
/frameworks/native/opengl/include/GLES/
H A Dgl.h237 #define GL_MAX_LIGHTS 0x0D31 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h223 #define GL_MAX_LIGHTS 0x0D31 macro
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_GLImpl.cpp1391 #if defined(GL_MAX_LIGHTS)
1392 case GL_MAX_LIGHTS:
1393 #endif // defined(GL_MAX_LIGHTS)
1766 #if defined(GL_MAX_LIGHTS)
1767 case GL_MAX_LIGHTS:
1768 #endif // defined(GL_MAX_LIGHTS)

Completed in 6529 milliseconds