HomeSort by relevance Sort by last modified time
    Searched refs:GL_FLAT (Results 26 - 50 of 133) sorted by null

12 3 4 5 6

  /external/mesa3d/src/mesa/tnl_dd/
t_dd_dmatmp2.h 428 else if (ctx->Light.ShadeModel == GL_FLAT) {
824 if (ctx->Light.ShadeModel == GL_FLAT) {
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 348 glShadeModel(GL_FLAT);
726 glShadeModel(GL_FLAT);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 568 key->flat_shade = (ctx->Light.ShadeModel == GL_FLAT);
  /external/mesa3d/src/mesa/drivers/x11/
xm_line.c 460 if (ctx->Light.ShadeModel != GL_FLAT) return (swrast_line_func) NULL;
xm_tri.c 1056 if ( ctx->Light.ShadeModel==GL_FLAT
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 73 public static final int GL_FLAT = 0x1D00;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 71 int GL_FLAT = 0x1D00;
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /frameworks/native/opengl/libagl/
texture.cpp 741 c->rasterizer.procs.shadeModel(c, GL_FLAT);
819 c->rasterizer.procs.shadeModel(c, GL_FLAT);
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 379 #define GL_FLAT 0x1D00
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 470 glShadeModel(GL_FLAT);
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 379 #define GL_FLAT 0x1D00
    [all...]
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c 656 glShadeModel(GL_FLAT);
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
egl_defs.h 170 #define GL_FLAT 0x1D00
  /external/mesa3d/include/GLES/
gl.h 379 #define GL_FLAT 0x1D00
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_state.c 721 if (mode == GL_FLAT) {
    [all...]
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 200 if (ctx->Light.ShadeModel != GL_FLAT) return NULL;
    [all...]
  /frameworks/native/opengl/include/GLES/
gl.h 379 #define GL_FLAT 0x1D00
    [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 470 glShadeModel(GL_FLAT);
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 336 #define GL_FLAT 0x1D00
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/GLES/
gl.h 379 #define GL_FLAT 0x1D00
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/GLES/
gl.h 379 #define GL_FLAT 0x1D00
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/GLES/
gl.h 379 #define GL_FLAT 0x1D00
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/GLES/
gl.h 379 #define GL_FLAT 0x1D00
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/GLES/
gl.h 379 #define GL_FLAT 0x1D00
    [all...]

Completed in 927 milliseconds

12 3 4 5 6