HomeSort by relevance Sort by last modified time
    Searched refs:GL_LIGHT_MODEL_AMBIENT (Results 1 - 25 of 73) sorted by null

1 2 3

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmUtils.cpp 86 case GL_LIGHT_MODEL_AMBIENT:
  /frameworks/native/opengl/tools/glgen/specs/gles11/
checks.spec 75 glLightModel ifcheck params 4 pname GL_LIGHT_MODEL_AMBIENT
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.cpp 308 case GL_LIGHT_MODEL_AMBIENT:
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.c 158 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.c 158 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.c 158 glLightModelfv(GL_LIGHT_MODEL_AMBIENT, lmodel_ambient);
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.cpp 308 case GL_LIGHT_MODEL_AMBIENT:
  /frameworks/base/core/jni/
android_opengl_GLES10.cpp 202 case GL_LIGHT_MODEL_AMBIENT:
    [all...]
android_opengl_GLES10Ext.cpp 202 case GL_LIGHT_MODEL_AMBIENT:
com_google_android_gles_jni_GLImpl.cpp     [all...]
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 97 public static final int GL_LIGHT_MODEL_AMBIENT = 0x0B53;
common.cpp 186 case GL_LIGHT_MODEL_AMBIENT:
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 164 gl.glLightModelfv(gl.GL_LIGHT_MODEL_AMBIENT, lightModelAmbient, 0);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 97 public static final int GL_LIGHT_MODEL_AMBIENT = 0x0B53;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 95 int GL_LIGHT_MODEL_AMBIENT = 0x0B53;
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/native/opengl/libagl/
light.cpp 663 if (ggl_unlikely(pname != GL_LIGHT_MODEL_AMBIENT)) {
683 if (ggl_unlikely(pname != GL_LIGHT_MODEL_AMBIENT)) {
  /development/ndk/platforms/android-4/include/GLES/
gl.h 298 #define GL_LIGHT_MODEL_AMBIENT 0x0B53
    [all...]
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 512 glLightModel(GL_LIGHT_MODEL_AMBIENT, fb16);
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 298 #define GL_LIGHT_MODEL_AMBIENT 0x0B53
    [all...]
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 255 #define GL_LIGHT_MODEL_AMBIENT 0x0B53
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 297 #define GL_LIGHT_MODEL_AMBIENT 0x0B53
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 297 #define GL_LIGHT_MODEL_AMBIENT 0x0B53
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 297 #define GL_LIGHT_MODEL_AMBIENT 0x0B53
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 297 #define GL_LIGHT_MODEL_AMBIENT 0x0B53
    [all...]

Completed in 179 milliseconds

1 2 3