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

  /external/swiftshader/src/Renderer/
PixelProcessor.hpp 52 bool stencilWriteMasked : 1;
PixelProcessor.cpp 980 state.stencilWriteMasked = (context->stencilWriteMask == 0x00);
989 state.stencilWriteMaskedCCW = context->twoSidedStencil ? (context->stencilWriteMaskCCW == 0x00) : state.stencilWriteMasked;
    [all...]
  /external/swiftshader/src/Shader/
PixelRoutine.cpp 744 if(state.stencilWriteMasked && (!state.twoSidedStencil || state.stencilWriteMaskedCCW))
    [all...]

Completed in 54 milliseconds