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

1 2 3 4 5 6

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 64 ctx->Hint.LineSmooth == GL_NICEST;
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 64 ctx->Hint.LineSmooth == GL_NICEST;
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.cpp 84 case GL_NICEST:
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
hint.c 47 if (mode != GL_NICEST && mode != GL_FASTEST && mode != GL_DONT_CARE) {
  /external/mesa3d/src/mesa/main/
hint.c 47 if (mode != GL_NICEST && mode != GL_FASTEST && mode != GL_DONT_CARE) {
  /external/qemu/distrib/sdl-1.2.15/test/
testdyngl.c 164 f.glHint(GL_POINT_SMOOTH_HINT,GL_NICEST);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmValidate.cpp 99 case GL_NICEST:
  /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;
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_validation_implementation_autogen.h 241 GL_NICEST,
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java 192 mGL.glHint(GL10.GL_PERSPECTIVE_CORRECTION_HINT, GL10.GL_NICEST);
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 136 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/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /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
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_utils_implementation_autogen.h 627 { 0x1102, "GL_NICEST", },
    [all...]
  /external/chromium_org/third_party/angle_dx11/include/GLES2/
gl2.h 229 #define GL_NICEST 0x1102
  /external/chromium_org/third_party/khronos/GLES2/
gl2.h 230 #define GL_NICEST 0x1102
  /external/chromium_org/third_party/mesa/src/include/GLES/
gl.h 288 #define GL_NICEST 0x1102
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2.h 229 #define GL_NICEST 0x1102
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_context.c 175 (ctx->Hint.Fog == GL_NICEST &&

Completed in 296 milliseconds

1 2 3 4 5 6