Searched refs:requiresStencil (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/experimental/graphite/src/ |
H A D | DrawPass.cpp | 144 bool requiresStencil, bool requiresMSAA) in DrawPass() 149 , fRequiresStencil(requiresStencil) in DrawPass() 176 bool requiresStencil = false; in Make() local 225 requiresStencil |= draw.fRenderer.requiresStencil(); in Make() 318 requiresStencil, requiresMSAA)); in Make() 142 DrawPass(sk_sp<TextureProxy> target, const SkIRect& bounds, std::pair<LoadOp, StoreOp> ops, std::array<float, 4> clearColor, bool requiresStencil, bool requiresMSAA) DrawPass() argument
|
H A D | Renderer.h | 28 virtual bool requiresStencil() const = 0; 99 bool requiresStencil() const { return fRequiresStencil; } in requiresStencil() function in skgpu::Renderer 127 fRequiresStencil |= fSteps[i]->requiresStencil(); in Renderer()
|
H A D | DrawPass.h | 58 bool requiresStencil() const { return fRequiresStencil; } in requiresStencil() function in skgpu::DrawPass 82 bool requiresStencil,
|
/third_party/skia/experimental/graphite/src/render/ |
H A D | StencilAndFillPathRenderer.cpp | 27 bool requiresStencil() const override { return true; } 45 bool requiresStencil() const override { return true; } 63 bool requiresStencil() const override { return false; }
|
Completed in 3 milliseconds