Searched refs:GL_CCW (Results 1 – 25 of 57) sorted by relevance
123
98 if (mode!=GL_CW && mode!=GL_CCW) { in _mesa_FrontFace()321 ctx->Polygon.FrontFace = GL_CCW; in _mesa_init_polygon()
54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo) in upload_clip_state()
203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo; in brw_upload_sf_prog()
224 case GL_CCW: in brw_upload_clip_prog()
148 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo) in upload_sf_state()
176 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo) in upload_sf_state()
203 if (ctx->Polygon.FrontFace == GL_CCW) in upload_sf_unit()
143 nv04->ctrl[0] |= (cull == GL_FRONT) ^ (front == GL_CCW) ? in nv04_emit_control()
370 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE); in ConvertCullMode()372 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE); in ConvertCullMode()
71 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW); in update_raster_state()
579 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE); in ConvertCullMode()581 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE); in ConvertCullMode()
290 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_VERTEX_ORDER, GL_CCW, m_ve… in iterate()309 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_VERTEX_ORDER, GL_CCW, m_ve… in iterate()
501 glFrontFace(GL_CCW); in APIRenderStates()
297 GL_CCW, in init()
114 gl.frontFace (GL_CCW); in resetStateES()693 gl.frontFace (GL_CCW); in resetStateGLCore()
META-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
332 GL_CCW, in init()
1350 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE); in ConvertCullMode()1352 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE); in ConvertCullMode()
88 Each case draws two times, with glFrontFace(GL_CCW) and glFrontFace(GL_CW), and
187 #define GL_CCW 0x0901 macro
165 #define GL_CCW 0x0901 macro
450 cull_face = (mode == GL_CCW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW; in radeonFrontFace()453 if ( mode == GL_CCW ) in radeonFrontFace()