Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrPathRenderer.h161 this->onStencilPath(args); in stencilPath()
200 virtual void onStencilPath(const StencilPathArgs&);
DGrPathRendering_none.cpp50 void GrGLPathRendering::onStencilPath(const StencilPathArgs&, const GrPath*) {} in onStencilPath() function in GrGLPathRendering
DGrPathRendering.cpp50 this->onStencilPath(args, path); in stencilPath()
DGrPathRendering.h122 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
DGrPathRenderer.cpp101 void GrPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrPathRenderer
/external/skia/src/gpu/
DGrPathRenderer.h167 this->onStencilPath(args); in stencilPath()
205 virtual void onStencilPath(const StencilPathArgs&);
DGrPathRenderer.cpp98 void GrPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrPathRenderer
/external/skqp/src/gpu/ops/
DGrDefaultPathRenderer.h30 void onStencilPath(const StencilPathArgs&) override;
DGrStencilAndCoverPathRenderer.h36 void onStencilPath(const StencilPathArgs&) override;
DGrStencilAndCoverPathRenderer.cpp80 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrStencilAndCoverPathRenderer
DGrDefaultPathRenderer.cpp669 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrDefaultPathRenderer
/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.h32 void onStencilPath(const StencilPathArgs&) override;
DGrDefaultPathRenderer.cpp728 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrDefaultPathRenderer
/external/skia/src/gpu/tessellate/
DGrTessellationPathRenderer.h56 void onStencilPath(const StencilPathArgs&) override;
DGrTessellationPathRenderer.cpp358 void GrTessellationPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrTessellationPathRenderer
/external/skqp/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