Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DPixelProcessor.cpp628 stencilCCW.set(stencilReferenceCCW, context->stencilMaskCCW, context->stencilWriteMaskCCW); in setStencilReferenceCCW()
637 void PixelProcessor::setStencilMaskCCW(int stencilMaskCCW) in setStencilMaskCCW() argument
639 context->stencilMaskCCW = stencilMaskCCW; in setStencilMaskCCW()
640 stencilCCW.set(context->stencilReferenceCCW, stencilMaskCCW, context->stencilWriteMaskCCW); in setStencilMaskCCW()
667 stencilCCW.set(context->stencilReferenceCCW, context->stencilMaskCCW, stencilWriteMaskCCW); in setStencilWriteMaskCCW()
1006 …state.noStencilMaskCCW = context->twoSidedStencil ? (context->stencilMaskCCW == 0xFF) : state.noSt… in update()
DContext.hpp422 int stencilMaskCCW; member in sw::Context
DContext.cpp242 stencilMaskCCW = 0xFFFFFFFF; in init()