Searched refs:addToOwningPerOpListPaths (Results 1 – 3 of 3) sorted by relevance
152 auto addToOwningPerOpListPaths = [this](GrOp* op, uint32_t opListID) { in recordOp() local153 op->cast<GrCCDrawPathsOp>()->addToOwningPerOpListPaths( in recordOp()156 args.fRenderTargetContext->addDrawOp(*args.fClip, std::move(op), addToOwningPerOpListPaths); in recordOp()
44 void addToOwningPerOpListPaths(sk_sp<GrCCPerOpListPaths> owningPerOpListPaths);
202 void GrCCDrawPathsOp::addToOwningPerOpListPaths(sk_sp<GrCCPerOpListPaths> owningPerOpListPaths) { in addToOwningPerOpListPaths() function in GrCCDrawPathsOp