Searched refs:GrCCPerOpListPaths (Results 1 – 7 of 7) sorted by relevance
40 using PendingPathsMap = std::map<uint32_t, sk_sp<GrCCPerOpListPaths>>;94 GrCCPerOpListPaths* lookupPendingPaths(uint32_t opListID);104 SkSTArray<4, sk_sp<GrCCPerOpListPaths>> fFlushingPaths;
18 struct GrCCPerOpListPaths;44 void addToOwningPerOpListPaths(sk_sp<GrCCPerOpListPaths> owningPerOpListPaths);120 sk_sp<GrCCPerOpListPaths> fOwningPerOpListPaths;
47 GrCCPerOpListPaths* GrCoverageCountingPathRenderer::lookupPendingPaths(uint32_t opListID) { in lookupPendingPaths()50 sk_sp<GrCCPerOpListPaths> paths = sk_make_sp<GrCCPerOpListPaths>(); in lookupPendingPaths()
202 void GrCCDrawPathsOp::addToOwningPerOpListPaths(sk_sp<GrCCPerOpListPaths> owningPerOpListPaths) { in addToOwningPerOpListPaths()
25 struct GrCCPerOpListPaths : public SkRefCnt { struct
67 using PendingPathsMap = std::map<uint32_t, sk_sp<GrCCPerOpListPaths>>;
39 "$_include/private/GrCCPerOpListPaths.h",