Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRendering.h152 this->onStencilPath(args, path); in stencilPath()
193 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
DGrPathRenderer.h207 this->onStencilPath(args); in stencilPath()
266 virtual void onStencilPath(const StencilPathArgs& args) { in onStencilPath() function
/external/skia/src/gpu/batches/
DGrStencilAndCoverPathRenderer.h36 void onStencilPath(const StencilPathArgs&) override;
DGrDefaultPathRenderer.h30 void onStencilPath(const StencilPathArgs&) override;
DGrStencilAndCoverPathRenderer.cpp66 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrStencilAndCoverPathRenderer
DGrDefaultPathRenderer.cpp742 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrDefaultPathRenderer
/external/skia/src/gpu/gl/
DGrGLPathRendering.h67 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
DGrGLPathRendering.cpp99 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { in onStencilPath() function in GrGLPathRendering