Home
last modified time | relevance | path

Searched refs:getFrontFace (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Device/
DSetupProcessor.cpp73 state.frontFace = pipelineState.getFrontFace(); in update()
DPixelProcessor.cpp148 state.frontFace = pipelineState.getFrontFace(); in update()
DContext.hpp151 inline VkFrontFace getFrontFace() const { return frontFace; } in getFrontFace() function