/third_party/flutter/skia/src/gpu/ |
D | GrPathRenderer.h | 164 this->onStencilPath(args); in stencilPath() 203 virtual void onStencilPath(const StencilPathArgs&);
|
D | GrPathRendering_none.cpp | 52 void GrGLPathRendering::onStencilPath(const StencilPathArgs&, const GrPath*) {} in onStencilPath() function in GrGLPathRendering
|
D | GrPathRendering.cpp | 50 this->onStencilPath(args, path); in stencilPath()
|
D | GrPathRendering.h | 121 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
|
D | GrPathRenderer.cpp | 97 void GrPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrPathRenderer
|
/third_party/skia/src/gpu/v1/ |
D | PathRenderer.h | 170 this->onStencilPath(args); in stencilPath() 203 virtual void onStencilPath(const StencilPathArgs&);
|
D | PathRenderer.cpp | 85 void PathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in skgpu::v1::PathRenderer
|
/third_party/skia/src/gpu/ops/ |
D | TessellationPathRenderer.h | 32 void onStencilPath(const StencilPathArgs&) override;
|
D | DefaultPathRenderer.h | 32 void onStencilPath(const StencilPathArgs&) override;
|
D | TessellationPathRenderer.cpp | 196 void TessellationPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in skgpu::v1::TessellationPathRenderer
|
D | DefaultPathRenderer.cpp | 803 void DefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in skgpu::v1::DefaultPathRenderer
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrDefaultPathRenderer.h | 30 void onStencilPath(const StencilPathArgs&) override;
|
D | GrStencilAndCoverPathRenderer.h | 35 void onStencilPath(const StencilPathArgs&) override;
|
D | GrStencilAndCoverPathRenderer.cpp | 77 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrStencilAndCoverPathRenderer
|
D | GrDefaultPathRenderer.cpp | 671 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrDefaultPathRenderer
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLPathRendering.h | 67 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
|
D | GrGLPathRendering.cpp | 86 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { in onStencilPath() function in GrGLPathRendering
|