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

1 2 3 4 5 6 7 8 9

  /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 85 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 190 GL_FASTEST, GL_NICEST, GL_DONT_CARE,
  /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,
  /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/deqp/framework/opengl/
gluStrUtil.inl 478 case GL_NICEST: return "GL_NICEST";
    [all...]
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp     [all...]
  /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 1690 0x1102, "GL_NICEST",
    [all...]
  /external/chromium_org/third_party/angle/include/GLES2/
gl2.h 229 #define GL_NICEST 0x1102

Completed in 414 milliseconds

1 2 3 4 5 6 7 8 9