Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DPixelProcessor.cpp140 state.sampleShadingEnabled = pipelineState.hasSampleShadingEnabled(); in update()
DContext.hpp168 inline bool hasSampleShadingEnabled() const { return sampleShadingEnable; } in hasSampleShadingEnabled() function