Home
last modified time | relevance | path

Searched refs:onStencilPath (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrPathRenderer.h164 this->onStencilPath(args); in stencilPath()
203 virtual void onStencilPath(const StencilPathArgs&);
DGrPathRendering_none.cpp52 void GrGLPathRendering::onStencilPath(const StencilPathArgs&, const GrPath*) {} in onStencilPath() function in GrGLPathRendering
DGrPathRendering.cpp50 this->onStencilPath(args, path); in stencilPath()
DGrPathRendering.h121 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
DGrPathRenderer.cpp97 void GrPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrPathRenderer
/third_party/skia/src/gpu/v1/
DPathRenderer.h170 this->onStencilPath(args); in stencilPath()
203 virtual void onStencilPath(const StencilPathArgs&);
DPathRenderer.cpp85 void PathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in skgpu::v1::PathRenderer
/third_party/skia/src/gpu/ops/
DTessellationPathRenderer.h32 void onStencilPath(const StencilPathArgs&) override;
DDefaultPathRenderer.h32 void onStencilPath(const StencilPathArgs&) override;
DTessellationPathRenderer.cpp196 void TessellationPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in skgpu::v1::TessellationPathRenderer
DDefaultPathRenderer.cpp803 void DefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in skgpu::v1::DefaultPathRenderer
/third_party/flutter/skia/src/gpu/ops/
DGrDefaultPathRenderer.h30 void onStencilPath(const StencilPathArgs&) override;
DGrStencilAndCoverPathRenderer.h35 void onStencilPath(const StencilPathArgs&) override;
DGrStencilAndCoverPathRenderer.cpp77 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrStencilAndCoverPathRenderer
DGrDefaultPathRenderer.cpp671 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrDefaultPathRenderer
/third_party/flutter/skia/src/gpu/gl/
DGrGLPathRendering.h67 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
DGrGLPathRendering.cpp86 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { in onStencilPath() function in GrGLPathRendering