HomeSort by relevance Sort by last modified time
    Searched refs:CULL_CLOCKWISE (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/src/OpenGL/libGL/
utilities.cpp 579 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE);
581 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE);
  /external/swiftshader/src/OpenGL/libGLES_CM/
utilities.cpp 682 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE);
684 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE);
  /external/swiftshader/src/Renderer/
Context.hpp 177 CULL_CLOCKWISE,
Context.cpp 276 cullMode = CULL_CLOCKWISE;
Renderer.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
utilities.cpp     [all...]
  /external/swiftshader/src/Shader/
SetupRoutine.cpp 102 if(state.cullMode == CULL_CLOCKWISE)
  /external/swiftshader/src/D3D8/
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9.cpp     [all...]

Completed in 200 milliseconds