Searched refs:GL_SPOT_CUTOFF (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/gles11/
H A Dchecks.spec13 glGetLight ifcheck params 1 pname GL_SPOT_EXPONENT,GL_SPOT_CUTOFF,GL_CONSTANT_ATTENUATION,GL_LINEAR_ATTENUATION,GL_QUADRATIC_ATTENUATION ifcheck params 3 pname GL_SPOT_DIRECTION ifcheck params 4 pname GL_AMBIENT,GL_DIFFUSE,GL_SPECULAR,GL_EMISSION
18 glLight ifcheck params 1 pname GL_SPOT_EXPONENT,GL_SPOT_CUTOFF,GL_CONSTANT_ATTENUATION,GL_LINEAR_ATTENUATION,GL_QUADRATIC_ATTENUATION ifcheck params 3 pname GL_SPOT_DIRECTION ifcheck params 4 pname GL_AMBIENT,GL_DIFFUSE,GL_SPECULAR,GL_EMISSION
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES11.cpp1017 #if defined(GL_SPOT_CUTOFF)
1018 case GL_SPOT_CUTOFF:
1019 #endif // defined(GL_SPOT_CUTOFF)
1098 #if defined(GL_SPOT_CUTOFF)
1099 case GL_SPOT_CUTOFF:
1100 #endif // defined(GL_SPOT_CUTOFF)
1189 #if defined(GL_SPOT_CUTOFF)
1190 case GL_SPOT_CUTOFF:
1191 #endif // defined(GL_SPOT_CUTOFF)
1270 #if defined(GL_SPOT_CUTOFF)
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp2246 #if defined(GL_SPOT_CUTOFF)
2247 case GL_SPOT_CUTOFF:
2248 #endif // defined(GL_SPOT_CUTOFF)
2327 #if defined(GL_SPOT_CUTOFF)
2328 case GL_SPOT_CUTOFF:
2329 #endif // defined(GL_SPOT_CUTOFF)
2429 #if defined(GL_SPOT_CUTOFF)
2430 case GL_SPOT_CUTOFF:
2431 #endif // defined(GL_SPOT_CUTOFF)
2510 #if defined(GL_SPOT_CUTOFF)
[all...]
H A Dandroid_opengl_GLES10.cpp2118 #if defined(GL_SPOT_CUTOFF)
2119 case GL_SPOT_CUTOFF:
2120 #endif // defined(GL_SPOT_CUTOFF)
2199 #if defined(GL_SPOT_CUTOFF)
2200 case GL_SPOT_CUTOFF:
2201 #endif // defined(GL_SPOT_CUTOFF)
2301 #if defined(GL_SPOT_CUTOFF)
2302 case GL_SPOT_CUTOFF:
2303 #endif // defined(GL_SPOT_CUTOFF)
2382 #if defined(GL_SPOT_CUTOFF)
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java193 public static final int GL_SPOT_CUTOFF = 0x1206; field in class:GLES10
H A DGLLogWrapper.java851 case GL_SPOT_CUTOFF:
852 return "GL_SPOT_CUTOFF";
878 case GL_SPOT_CUTOFF:
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java191 int GL_SPOT_CUTOFF = 0x1206; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dlight.cpp479 case GL_SPOT_CUTOFF:
717 case GL_SPOT_CUTOFF:
/frameworks/native/opengl/include/GLES/
H A Dgl.h308 #define GL_SPOT_CUTOFF 0x1206 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h265 #define GL_SPOT_CUTOFF 0x1206 macro

Completed in 1862 milliseconds