/frameworks/base/opengl/tools/glgen/specs/gles11/ |
checks.spec | 13 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
|
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
glUtils.cpp | 216 case GL_SPOT_CUTOFF:
|
/frameworks/base/core/jni/ |
android_opengl_GLES10.cpp | [all...] |
android_opengl_GLES11.cpp | 824 #if defined(GL_SPOT_CUTOFF) 825 case GL_SPOT_CUTOFF: 826 #endif // defined(GL_SPOT_CUTOFF) 898 #if defined(GL_SPOT_CUTOFF) 899 case GL_SPOT_CUTOFF: 900 #endif // defined(GL_SPOT_CUTOFF) 977 #if defined(GL_SPOT_CUTOFF) 978 case GL_SPOT_CUTOFF: 979 #endif // defined(GL_SPOT_CUTOFF) 1051 #if defined(GL_SPOT_CUTOFF) [all...] |
com_google_android_gles_jni_GLImpl.cpp | [all...] |
/development/tools/glesv2debugger/src/com/android/glesv2debugger/ |
GLEnum.java | 151 GL_SPOT_CUTOFF(0x1206),
|
/frameworks/base/opengl/java/android/opengl/ |
GLES10.java | 193 public static final int GL_SPOT_CUTOFF = 0x1206; [all...] |
GLLogWrapper.java | 851 case GL_SPOT_CUTOFF: 852 return "GL_SPOT_CUTOFF"; 878 case GL_SPOT_CUTOFF: [all...] |
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL10.java | 191 int GL_SPOT_CUTOFF = 0x1206;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
GLEnum.java | 151 GL_SPOT_CUTOFF(0x1206),
|
/frameworks/base/opengl/libagl/ |
light.cpp | 472 case GL_SPOT_CUTOFF: 710 case GL_SPOT_CUTOFF:
|
/development/ndk/platforms/android-4/include/GLES/ |
gl.h | 307 #define GL_SPOT_CUTOFF 0x1206 [all...] |
/development/tools/emulator/opengl/host/libs/Translator/include/GLES/ |
gl.h | 308 #define GL_SPOT_CUTOFF 0x1206 [all...] |
/frameworks/base/opengl/include/GLES/ |
gl.h | 308 #define GL_SPOT_CUTOFF 0x1206 [all...] |
/frameworks/base/opengl/tests/angeles/include/GLES/ |
gl.h | 265 #define GL_SPOT_CUTOFF 0x1206
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 307 #define GL_SPOT_CUTOFF 0x1206 [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/ |
gl.h | 307 #define GL_SPOT_CUTOFF 0x1206 [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/ |
gl.h | 307 #define GL_SPOT_CUTOFF 0x1206 [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/ |
gl.h | 307 #define GL_SPOT_CUTOFF 0x1206 [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/ |
gl.h | 307 #define GL_SPOT_CUTOFF 0x1206 [all...] |
/prebuilt/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 307 #define GL_SPOT_CUTOFF 0x1206 [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/ |
gl.h | 307 #define GL_SPOT_CUTOFF 0x1206 [all...] |
/prebuilt/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/ |
gl.h | 307 #define GL_SPOT_CUTOFF 0x1206 [all...] |
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmImp.cpp | [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
gl.h | 317 #define GL_SPOT_CUTOFF 0x1206 [all...] |