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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_clip_state.c 54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
brw_sf.c 203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo;
brw_clip.c 224 case GL_CCW:
brw_sf_state.c 203 if (ctx->Polygon.FrontFace == GL_CCW)
gen6_sf_state.c 148 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
gen7_sf_state.c 176 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_clip_state.c 54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
brw_sf.c 203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo;
brw_clip.c 224 case GL_CCW:
brw_sf_state.c 203 if (ctx->Polygon.FrontFace == GL_CCW)
gen6_sf_state.c 148 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
gen7_sf_state.c 176 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 59 EXPECT_CALL(*gl_, FrontFace(GL_CCW))
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 155 gl.glFrontFace(GL10.GL_CCW);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
polygon.c 98 if (mode!=GL_CW && mode!=GL_CCW) {
321 ctx->Polygon.FrontFace = GL_CCW;
  /external/mesa3d/src/mesa/main/
polygon.c 98 if (mode!=GL_CW && mode!=GL_CCW) {
321 ctx->Polygon.FrontFace = GL_CCW;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 143 nv04->ctrl[0] |= (cull == GL_FRONT) ^ (front == GL_CCW) ?
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_state_raster.c 143 nv04->ctrl[0] |= (cull == GL_FRONT) ^ (front == GL_CCW) ?
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
renderer9_utils.cpp 130 cull = (frontFace == GL_CCW ? D3DCULL_CW : D3DCULL_CCW);
133 cull = (frontFace == GL_CCW ? D3DCULL_CCW : D3DCULL_CW);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
StaticTriangleRenderer.java 260 glFrontFace(GL_CCW);
TriangleRenderer.java 228 gl.glFrontFace(GL10.GL_CCW);
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_rasterizer.c 71 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW);
  /external/mesa3d/src/mesa/state_tracker/
st_atom_rasterizer.c 71 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.c 150 glFrontFace(GL_CCW);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.c 150 glFrontFace(GL_CCW);

Completed in 407 milliseconds

1 2 3 4 5 6 7