Searched refs:CULL_COUNTERCLOCKWISE (Results 1 – 11 of 11) sorted by relevance
178 CULL_COUNTERCLOCKWISE, enumerator180 CULL_LAST = CULL_COUNTERCLOCKWISE
1582 else if(state.cullMode == CULL_COUNTERCLOCKWISE) in setupWireframeTriangle()1639 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()
48 setCullMode(CULL_COUNTERCLOCKWISE); in Device()
682 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE); in ConvertCullMode()684 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE); in ConvertCullMode()690 return sw::CULL_COUNTERCLOCKWISE; in ConvertCullMode()
49 setCullMode(CULL_COUNTERCLOCKWISE); in Device()
2000 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE); in ConvertCullMode()2002 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE); in ConvertCullMode()2008 return sw::CULL_COUNTERCLOCKWISE; in ConvertCullMode()
53 setCullMode(CULL_COUNTERCLOCKWISE); in Device()
106 else if(state.cullMode == CULL_COUNTERCLOCKWISE) in generate()
2493 renderer->setCullMode(sw::CULL_COUNTERCLOCKWISE); in SetRenderState()
3213 renderer->setCullMode(sw::CULL_COUNTERCLOCKWISE); in SetRenderState()