Home
last modified time | relevance | path

Searched refs:fAllocatedIDs (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrMemoryPool.cpp47 int n = fAllocatedIDs.count(); in reportLeaks()
48 for (int id : fAllocatedIDs) { in reportLeaks()
88 fAllocatedIDs.add(header->fID); in allocate()
107 fAllocatedIDs.remove(header->fID); in release()
142 SkASSERT(fAllocationCount == fAllocatedIDs.count()); in validate()
DGrMemoryPool.h122 SkTHashSet<int> fAllocatedIDs; variable
/third_party/flutter/skia/src/gpu/
DGrMemoryPool.cpp51 int n = fAllocatedIDs.count(); in ~GrMemoryPool()
52 fAllocatedIDs.foreach([&i, n] (int32_t id) { in ~GrMemoryPool()
97 SkDEBUGCODE(fAllocatedIDs.add(allocData->fID)); in allocate()
115 SkDEBUGCODE(fAllocatedIDs.remove(allocData->fID)); in release()
213 SkASSERT(fAllocationCnt == fAllocatedIDs.count()); in validate()
DGrMemoryPool.h115 SkTHashSet<int32_t> fAllocatedIDs; variable