Home
last modified time | relevance | path

Searched refs:addToOwningPerOpListPaths (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp152 auto addToOwningPerOpListPaths = [this](GrOp* op, uint32_t opListID) { in recordOp() local
153 op->cast<GrCCDrawPathsOp>()->addToOwningPerOpListPaths( in recordOp()
156 args.fRenderTargetContext->addDrawOp(*args.fClip, std::move(op), addToOwningPerOpListPaths); in recordOp()
DGrCCDrawPathsOp.h44 void addToOwningPerOpListPaths(sk_sp<GrCCPerOpListPaths> owningPerOpListPaths);
DGrCCDrawPathsOp.cpp202 void GrCCDrawPathsOp::addToOwningPerOpListPaths(sk_sp<GrCCPerOpListPaths> owningPerOpListPaths) { in addToOwningPerOpListPaths() function in GrCCDrawPathsOp