Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrResourceAllocator.cpp43 SkASSERT(!fIntvlHash.count()); in ~GrResourceAllocator()
71 if (Interval** intvlPtr = fIntvlHash.find(proxyID)) {
100 fIntvlHash.set(proxyID, newIntvl);
328 fIntvlHash.reset(); // we don't need the interval hash anymore in planAssignment()
408 fIntvlHash.reset(); in reset()
DGrResourceAllocator.h276 IntvlHash fIntvlHash; // All the intervals, hashed by proxyID variable
/third_party/flutter/skia/src/gpu/
DGrResourceAllocator.cpp71 SkASSERT(!fIntvlHash.count()); in ~GrResourceAllocator()
110 if (Interval* intvl = fIntvlHash.find(proxy->uniqueID().asUInt())) {
146 fIntvlHash.add(newIntvl);
390 fIntvlHash.reset(); // we don't need the interval hash anymore in assign()
DGrResourceAllocator.h266 IntvlHash fIntvlHash; // All the intervals, hashed by proxyID variable