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