Searched refs:CULL_COUNTERCLOCKWISE (Results 1 - 11 of 11) sorted by relevance

/external/swiftshader/src/Renderer/
H A DContext.hpp178 CULL_COUNTERCLOCKWISE, enumerator in enum:sw::ENUM_UNDERLYING_TYPE_UNSIGNED_INT
180 CULL_LAST = CULL_COUNTERCLOCKWISE
H A DRenderer.cpp1561 else if(state.cullMode == CULL_COUNTERCLOCKWISE)
1618 else if(state.cullMode == CULL_COUNTERCLOCKWISE)
/external/swiftshader/src/OpenGL/libGL/
H A Dutilities.cpp579 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE);
581 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE);
587 return sw::CULL_COUNTERCLOCKWISE;
H A DDevice.cpp48 setCullMode(CULL_COUNTERCLOCKWISE);
/external/swiftshader/src/OpenGL/libGLES_CM/
H A Dutilities.cpp370 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE);
372 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE);
378 return sw::CULL_COUNTERCLOCKWISE;
H A DDevice.cpp49 setCullMode(CULL_COUNTERCLOCKWISE);
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp1398 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE);
1400 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE);
1406 return sw::CULL_COUNTERCLOCKWISE;
H A DDevice.cpp53 setCullMode(CULL_COUNTERCLOCKWISE);
/external/swiftshader/src/Shader/
H A DSetupRoutine.cpp106 else if(state.cullMode == CULL_COUNTERCLOCKWISE)
/external/swiftshader/src/D3D8/
H A DDirect3DDevice8.cpp2493 renderer->setCullMode(sw::CULL_COUNTERCLOCKWISE);
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.cpp3212 renderer->setCullMode(sw::CULL_COUNTERCLOCKWISE);

Completed in 4420 milliseconds