HomeSort by relevance Sort by last modified time
    Searched refs:stencilWriteMaskCCW (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/Renderer/
PixelProcessor.cpp 609 stencilCCW.set(stencilReferenceCCW, context->stencilMaskCCW, context->stencilWriteMaskCCW);
621 stencilCCW.set(context->stencilReferenceCCW, stencilMaskCCW, context->stencilWriteMaskCCW);
645 void PixelProcessor::setStencilWriteMaskCCW(int stencilWriteMaskCCW)
647 context->stencilWriteMaskCCW = stencilWriteMaskCCW;
648 stencilCCW.set(context->stencilReferenceCCW, context->stencilMaskCCW, stencilWriteMaskCCW);
988 state.noStencilWriteMaskCCW = context->twoSidedStencil ? (context->stencilWriteMaskCCW == 0xFF) : state.noStencilWriteMask;
989 state.stencilWriteMaskedCCW = context->twoSidedStencil ? (context->stencilWriteMaskCCW == 0x00) : state.stencilWriteMasked;
    [all...]
Context.hpp 426 int stencilWriteMaskCCW;
Context.cpp 246 stencilWriteMaskCCW = 0xFFFFFFFF;

Completed in 689 milliseconds