Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DPixelProcessor.hpp274 void setStencilReferenceCCW(int stencilReference);
DPixelProcessor.cpp625 void PixelProcessor::setStencilReferenceCCW(int stencilReferenceCCW) in setStencilReferenceCCW() function in sw::PixelProcessor
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp2934 …device->setStencilReferenceCCW((mState.stencilBackRef < (GLint)maxStencil) ? mState.stencilBackRef… in applyState()
2946 …device->setStencilReferenceCCW((mState.stencilRef < (GLint)maxStencil) ? mState.stencilRef : maxSt… in applyState()