Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrMemoryPool.cpp43 int n = fAllocatedIDs.count(); in ~GrMemoryPool()
44 fAllocatedIDs.foreach([&i, n] (int32_t id) { in ~GrMemoryPool()
86 SkDEBUGCODE(fAllocatedIDs.add(allocData->fID)); in allocate()
104 SkDEBUGCODE(fAllocatedIDs.remove(allocData->fID)); in release()
202 SkASSERT(fAllocationCnt == fAllocatedIDs.count()); in validate()
DGrMemoryPool.h112 SkTHashSet<int32_t> fAllocatedIDs; variable