HomeSort by relevance Sort by last modified time
    Searched refs:GL_CONSTANT_ATTENUATION (Results 1 - 21 of 21) sorted by null

  /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
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp     [all...]
android_opengl_GLES11.cpp 796 #if defined(GL_CONSTANT_ATTENUATION)
797 case GL_CONSTANT_ATTENUATION:
798 #endif // defined(GL_CONSTANT_ATTENUATION)
870 #if defined(GL_CONSTANT_ATTENUATION)
871 case GL_CONSTANT_ATTENUATION:
872 #endif // defined(GL_CONSTANT_ATTENUATION)
949 #if defined(GL_CONSTANT_ATTENUATION)
950 case GL_CONSTANT_ATTENUATION:
951 #endif // defined(GL_CONSTANT_ATTENUATION)
1023 #if defined(GL_CONSTANT_ATTENUATION)
    [all...]
com_google_android_gles_jni_GLImpl.cpp     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 49 public static final int GL_CONSTANT_ATTENUATION = 0x1207;
    [all...]
GLLogWrapper.java 853 case GL_CONSTANT_ATTENUATION:
854 return "GL_CONSTANT_ATTENUATION";
880 case GL_CONSTANT_ATTENUATION:
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 47 int GL_CONSTANT_ATTENUATION = 0x1207;
  /frameworks/base/opengl/libagl/
light.cpp 481 case GL_CONSTANT_ATTENUATION:
711 case GL_CONSTANT_ATTENUATION:
  /development/ndk/platforms/android-4/include/GLES/
gl.h 308 #define GL_CONSTANT_ATTENUATION 0x1207
    [all...]
  /frameworks/base/opengl/include/GLES/
gl.h 309 #define GL_CONSTANT_ATTENUATION 0x1207
    [all...]
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 266 #define GL_CONSTANT_ATTENUATION 0x1207
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 308 #define GL_CONSTANT_ATTENUATION 0x1207
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 308 #define GL_CONSTANT_ATTENUATION 0x1207
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 308 #define GL_CONSTANT_ATTENUATION 0x1207
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 308 #define GL_CONSTANT_ATTENUATION 0x1207
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 308 #define GL_CONSTANT_ATTENUATION 0x1207
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 65 milliseconds