Searched refs:CULL_COUNTERCLOCKWISE (Results 1 – 10 of 10) sorted by relevance
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()378 return sw::CULL_COUNTERCLOCKWISE; in ConvertCullMode()
48 setCullMode(CULL_COUNTERCLOCKWISE); in Device()
177 CULL_COUNTERCLOCKWISE, enumerator179 CULL_LAST = CULL_COUNTERCLOCKWISE
1538 else if(state.cullMode == CULL_COUNTERCLOCKWISE) in setupWireframeTriangle()1595 else if(state.cullMode == CULL_COUNTERCLOCKWISE) in setupVertexTriangle()
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()587 return sw::CULL_COUNTERCLOCKWISE; in ConvertCullMode()
47 setCullMode(CULL_COUNTERCLOCKWISE); in Device()
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()1358 return sw::CULL_COUNTERCLOCKWISE; in ConvertCullMode()
52 setCullMode(CULL_COUNTERCLOCKWISE); in Device()
106 else if(state.cullMode == CULL_COUNTERCLOCKWISE) in generate()
3212 renderer->setCullMode(sw::CULL_COUNTERCLOCKWISE); in SetRenderState()