Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrResourceAllocator.cpp43 SkASSERT(!fIntvlHash.count()); in ~GrResourceAllocator()
71 if (Interval** intvlPtr = fIntvlHash.find(proxyID)) {
100 fIntvlHash.set(proxyID, newIntvl);
319 fIntvlHash.reset(); // we don't need the interval hash anymore in planAssignment()
399 fIntvlHash.reset(); in reset()
DGrResourceAllocator.h267 IntvlHash fIntvlHash; // All the intervals, hashed by proxyID variable
/external/skqp/src/gpu/
DGrResourceAllocator.cpp55 SkASSERT(!fIntvlHash.count()); in ~GrResourceAllocator()
72 if (Interval* intvl = fIntvlHash.find(proxy->uniqueID().asUInt())) {
102 fIntvlHash.add(newIntvl);
316 fIntvlHash.reset(); // we don't need the interval hash anymore in assign()
DGrResourceAllocator.h217 IntvlHash fIntvlHash; // All the intervals, hashed by proxyID variable