Home
last modified time | relevance | path

Searched refs:GrCCPerOpsTaskPaths (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp50 GrCCPerOpsTaskPaths* GrCoverageCountingPathRenderer::lookupPendingPaths(uint32_t opsTaskID) { in lookupPendingPaths()
53 sk_sp<GrCCPerOpsTaskPaths> paths = sk_make_sp<GrCCPerOpsTaskPaths>(); in lookupPendingPaths()
99 ClipMapsIter(sk_sp<GrCCPerOpsTaskPaths>* mapsList) : fMapsList(mapsList) {} in ClipMapsIter()
133 sk_sp<GrCCPerOpsTaskPaths>* fMapsList;
170 SkSTArray<8, sk_sp<GrCCPerOpsTaskPaths>> flushingPaths; in preFlush()
DGrCoverageCountingPathRenderer.h32 using PendingPathsMap = std::map<uint32_t, sk_sp<GrCCPerOpsTaskPaths>>;
74 GrCCPerOpsTaskPaths* lookupPendingPaths(uint32_t opsTaskID);
DGrCCPerOpsTaskPaths.h24 struct GrCCPerOpsTaskPaths : public SkRefCnt { struct
/external/skia/include/core/
DSkDeferredDisplayList.h23 struct GrCCPerOpsTaskPaths;
101 using PendingPathsMap = std::map<uint32_t, sk_sp<GrCCPerOpsTaskPaths>>;
/external/skia/gn/
Dgpu.gni628 "$_src/gpu/ccpr/GrCCPerOpsTaskPaths.h",