Searched refs:GrCCPerOpListPaths (Results 1 – 8 of 8) sorted by relevance
44 using PendingPathsMap = std::map<uint32_t, sk_sp<GrCCPerOpListPaths>>;97 GrCCPerOpListPaths* lookupPendingPaths(uint32_t opListID);109 SkSTArray<4, sk_sp<GrCCPerOpListPaths>> fFlushingPaths;
20 struct GrCCPerOpListPaths;49 void addToOwningPerOpListPaths(sk_sp<GrCCPerOpListPaths> owningPerOpListPaths);130 sk_sp<GrCCPerOpListPaths> fOwningPerOpListPaths;
74 GrCCPerOpListPaths* GrCoverageCountingPathRenderer::lookupPendingPaths(uint32_t opListID) { in lookupPendingPaths()77 sk_sp<GrCCPerOpListPaths> paths = sk_make_sp<GrCCPerOpListPaths>(); in lookupPendingPaths()
25 struct GrCCPerOpListPaths : public SkRefCnt { struct
215 void GrCCDrawPathsOp::addToOwningPerOpListPaths(sk_sp<GrCCPerOpListPaths> owningPerOpListPaths) { in addToOwningPerOpListPaths()
22 struct GrCCPerOpListPaths;70 using PendingPathsMap = std::map<uint32_t, sk_sp<GrCCPerOpListPaths>>;
574 "$_src/gpu/ccpr/GrCCPerOpListPaths.h",
1024 FILE: ../../../third_party/skia/src/gpu/ccpr/GrCCPerOpListPaths.h