Home
last modified time | relevance | path

Searched defs:requiresStencil (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/experimental/graphite/src/render/
DStencilAndFillPathRenderer.cpp63 bool requiresStencil() const override { return false; } in requiresStencil() function in skgpu::__anon3927ae600111::FillBoundsRenderStep
/third_party/skia/experimental/graphite/src/
DDrawPass.h58 bool requiresStencil() const { return fRequiresStencil; } in requiresStencil() function
DDrawPass.cpp144 bool requiresStencil, bool requiresMSAA) in DrawPass()
176 bool requiresStencil = false; in Make() local
DRenderer.h99 bool requiresStencil() const { return fRequiresStencil; } in requiresStencil() function