Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DPixelProcessor.hpp275 void setStencilMaskCCW(int stencilMask);
DPixelProcessor.cpp637 void PixelProcessor::setStencilMaskCCW(int stencilMaskCCW) in setStencilMaskCCW() function in sw::PixelProcessor
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp2935 device->setStencilMaskCCW(mState.stencilBackMask); in applyState()
2947 device->setStencilMaskCCW(mState.stencilMask); in applyState()