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

1 2 3 4 5 6 7 8 9

  /external/mesa3d/src/mesa/tnl/
t_context.c 134 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
223 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
233 tnl->_DoVertexFog = ((tnl->AllowVertexFog && (ctx->Hint.Fog != GL_NICEST))
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 64 ctx->Hint.LineSmooth == GL_NICEST;
  /external/mesa3d/src/mesa/main/
hint.c 47 if (mode != GL_NICEST && mode != GL_FASTEST && mode != GL_DONT_CARE) {
  /frameworks/native/opengl/libagl/
state.cpp 292 GGL_POINT_SMOOTH_NICE, mode==GL_NICEST);
295 c->perspective = (mode == GL_NICEST) ? 1 : 0;
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 136 public static final int GL_NICEST = 0x1102;
GLES20Header.java-if 144 public static final int GL_NICEST = 0x1102;
  /packages/apps/Nfc/src/com/android/nfc/beam/
FireflyRenderer.java 192 mGL.glHint(GL10.GL_PERSPECTIVE_CORRECTION_HINT, GL10.GL_NICEST);
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 519 GL_NICEST,
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 581 GL_NICEST,
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
GL20.java 146 public static final int GL_NICEST = 0x1102;
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 136 public static final int GL_NICEST = 0x1102;
    [all...]
GLES20.java 144 public static final int GL_NICEST = 0x1102;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 134 int GL_NICEST = 0x1102;
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/deqp/framework/opengl/
gluStrUtil.inl 518 case GL_NICEST: return "GL_NICEST";
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp     [all...]
  /development/ndk/platforms/android-21/include/GLES2/
gl2.h 194 #define GL_NICEST 0x1102
  /development/ndk/platforms/android-4/include/GLES/
gl.h 288 #define GL_NICEST 0x1102
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 229 #define GL_NICEST 0x1102
  /device/generic/goldfish-opengl/system/include/GLES/
gl.h 288 #define GL_NICEST 0x1102
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 194 #define GL_NICEST 0x1102
  /external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
egl_defs.h 384 #define GL_NICEST 0x1102
  /external/mesa3d/include/GLES/
gl.h 288 #define GL_NICEST 0x1102
    [all...]
  /external/mesa3d/include/GLES2/
gl2.h 229 #define GL_NICEST 0x1102
  /external/mesa3d/src/mesa/swrast/
s_context.c 175 (ctx->Hint.Fog == GL_NICEST &&

Completed in 313 milliseconds

1 2 3 4 5 6 7 8 9