Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DPixelProcessor.cpp609 stencilCCW.set(stencilReferenceCCW, context->stencilMaskCCW, context->stencilWriteMaskCCW); in setStencilReferenceCCW()
618 void PixelProcessor::setStencilMaskCCW(int stencilMaskCCW) in setStencilMaskCCW() argument
620 context->stencilMaskCCW = stencilMaskCCW; in setStencilMaskCCW()
621 stencilCCW.set(context->stencilReferenceCCW, stencilMaskCCW, context->stencilWriteMaskCCW); in setStencilMaskCCW()
648 stencilCCW.set(context->stencilReferenceCCW, context->stencilMaskCCW, stencilWriteMaskCCW); in setStencilWriteMaskCCW()
987 …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()