Home
last modified time | relevance | path

Searched refs:getCullMode (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Device/
DSetupProcessor.cpp74 state.cullMode = pipelineState.getCullMode(); in update()
DContext.hpp150 inline VkCullModeFlags getCullMode() const { return cullMode; } in getCullMode() function