Searched defs:onStencilPath (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/batches/
H A DGrStencilAndCoverPathRenderer.cpp66 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { function in class:GrStencilAndCoverPathRenderer
68 "GrStencilAndCoverPathRenderer::onStencilPath");
H A DGrDefaultPathRenderer.cpp742 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { function in class:GrDefaultPathRenderer
743 GR_AUDIT_TRAIL_AUTO_FRAME(args.fTarget->getAuditTrail(),"GrDefaultPathRenderer::onStencilPath");
/external/skia/src/gpu/
H A DGrPathRenderer.h207 this->onStencilPath(args);
266 virtual void onStencilPath(const StencilPathArgs& args) { function in class:GrPathRenderer
/external/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp99 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { function in class:GrGLPathRendering

Completed in 112 milliseconds