Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp185 auto addToOwningPerOpListPaths = [this](GrOp* op, uint32_t opListID) { in recordOp() local
186 op->cast<GrCCDrawPathsOp>()->addToOwningPerOpListPaths( in recordOp()
189 args.fRenderTargetContext->addDrawOp(*args.fClip, std::move(op), addToOwningPerOpListPaths); in recordOp()
DGrCCDrawPathsOp.h49 void addToOwningPerOpListPaths(sk_sp<GrCCPerOpListPaths> owningPerOpListPaths);
DGrCCDrawPathsOp.cpp215 void GrCCDrawPathsOp::addToOwningPerOpListPaths(sk_sp<GrCCPerOpListPaths> owningPerOpListPaths) { in addToOwningPerOpListPaths() function in GrCCDrawPathsOp