Home
last modified time | relevance | path

Searched refs:GrCCPerOpListPaths (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.h40 using PendingPathsMap = std::map<uint32_t, sk_sp<GrCCPerOpListPaths>>;
94 GrCCPerOpListPaths* lookupPendingPaths(uint32_t opListID);
104 SkSTArray<4, sk_sp<GrCCPerOpListPaths>> fFlushingPaths;
DGrCCDrawPathsOp.h18 struct GrCCPerOpListPaths;
44 void addToOwningPerOpListPaths(sk_sp<GrCCPerOpListPaths> owningPerOpListPaths);
120 sk_sp<GrCCPerOpListPaths> fOwningPerOpListPaths;
DGrCoverageCountingPathRenderer.cpp47 GrCCPerOpListPaths* GrCoverageCountingPathRenderer::lookupPendingPaths(uint32_t opListID) { in lookupPendingPaths()
50 sk_sp<GrCCPerOpListPaths> paths = sk_make_sp<GrCCPerOpListPaths>(); in lookupPendingPaths()
DGrCCDrawPathsOp.cpp202 void GrCCDrawPathsOp::addToOwningPerOpListPaths(sk_sp<GrCCPerOpListPaths> owningPerOpListPaths) { in addToOwningPerOpListPaths()
/external/skqp/include/private/
DGrCCPerOpListPaths.h25 struct GrCCPerOpListPaths : public SkRefCnt { struct
DSkDeferredDisplayList.h67 using PendingPathsMap = std::map<uint32_t, sk_sp<GrCCPerOpListPaths>>;
/external/skqp/gn/
Dgpu.gni39 "$_include/private/GrCCPerOpListPaths.h",