Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCCClipPath.cpp33 void GrCCClipPath::accountForOwnPath(GrCCAtlas::Specs* specs) const { in accountForOwnPath() function in GrCCClipPath
DGrCCClipPath.h36 void accountForOwnPath(GrCCAtlas::Specs*) const;
DGrCoverageCountingPathRenderer.cpp176 clipsIter.second->accountForOwnPath(&specs); in preFlush()
/external/skqp/include/private/
DGrCCClipPath.h60 void accountForOwnPath(GrCCPerFlushResourceSpecs*) const;
/external/skqp/src/gpu/ccpr/
DGrCCClipPath.cpp54 void GrCCClipPath::accountForOwnPath(GrCCPerFlushResourceSpecs* specs) const { in accountForOwnPath() function in GrCCClipPath
DGrCCDrawPathsOp.h93 void accountForOwnPath(GrCCPathCache*, GrOnFlushResourceProvider*,
DGrCCDrawPathsOp.cpp213 draw.accountForOwnPath(pathCache, onFlushRP, specs); in accountForOwnPaths()
217 void GrCCDrawPathsOp::SingleDraw::accountForOwnPath( in accountForOwnPath() function in GrCCDrawPathsOp::SingleDraw
DGrCoverageCountingPathRenderer.cpp229 clipsIter.second.accountForOwnPath(&specs); in preFlush()