Searched refs:GL_CCW (Results 1 - 25 of 68) sorted by relevance

123

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_clip_state.c54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
H A Dbrw_sf.c203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo;
H A Dbrw_clip.c224 case GL_CCW:
H A Dbrw_sf_state.c203 if (ctx->Polygon.FrontFace == GL_CCW)
H A Dgen6_sf_state.c148 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
H A Dgen7_sf_state.c176 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_clip_state.c54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
H A Dbrw_sf.c203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo;
H A Dbrw_clip.c224 case GL_CCW:
H A Dbrw_sf_state.c203 if (ctx->Polygon.FrontFace == GL_CCW)
H A Dgen6_sf_state.c148 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
H A Dgen7_sf_state.c176 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dpolygon.c98 if (mode!=GL_CW && mode!=GL_CCW) {
321 ctx->Polygon.FrontFace = GL_CCW;
/external/mesa3d/src/mesa/main/
H A Dpolygon.c98 if (mode!=GL_CW && mode!=GL_CCW) {
321 ctx->Polygon.FrontFace = GL_CCW;
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_0_autogen.h49 EXPECT_CALL(*gl_, FrontFace(GL_CCW)).Times(1).RetiresOnSaturation();
H A Dgles2_cmd_validation_implementation_autogen.h69 GL_CW, GL_CCW,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c143 nv04->ctrl[0] |= (cull == GL_FRONT) ^ (front == GL_CCW) ?
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_raster.c143 nv04->ctrl[0] |= (cull == GL_FRONT) ^ (front == GL_CCW) ?
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c71 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c71 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c150 glFrontFace(GL_CCW);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
H A Datlantis.c150 glFrontFace(GL_CCW);
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
H A Datlantis.c150 glFrontFace(GL_CCW);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp139 cull = (frontFace == GL_CCW ? D3DCULL_CW : D3DCULL_CCW);
142 cull = (frontFace == GL_CCW ? D3DCULL_CCW : D3DCULL_CW);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DRenderStateCache.cpp248 rasterDesc.FrontCounterClockwise = (rasterState.frontFace == GL_CCW) ? FALSE: TRUE;

Completed in 6489 milliseconds

123