Home
last modified time | relevance | path

Searched defs:frontFaceCCW (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Device/
DPixelProcessor.hpp82 bool frontFaceCCW : 1; member
/external/swiftshader/src/Renderer/
DPixelProcessor.hpp86 bool frontFaceCCW : 1; member
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.cpp1784 bool frontFaceCCW = (mState.frontFace == GL_CCW); in applyState() local
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp2792 bool frontFaceCCW = (mState.frontFace == GL_CCW); in applyState() local