HomeSort by relevance Sort by last modified time
    Searched defs:onStencilPath (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/batches/
GrStencilAndCoverPathRenderer.cpp 66 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) {
68 "GrStencilAndCoverPathRenderer::onStencilPath");
GrDefaultPathRenderer.cpp 742 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) {
743 GR_AUDIT_TRAIL_AUTO_FRAME(args.fTarget->getAuditTrail(),"GrDefaultPathRenderer::onStencilPath");
  /external/skia/src/gpu/
GrPathRenderer.h 207 this->onStencilPath(args);
266 virtual void onStencilPath(const StencilPathArgs& args) {
  /external/skia/src/gpu/gl/
GrGLPathRendering.cpp 99 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) {

Completed in 64 milliseconds