Searched refs:fIntvlHash (Results 1 – 4 of 4) sorted by relevance
43 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()
267 IntvlHash fIntvlHash; // All the intervals, hashed by proxyID variable
55 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()
217 IntvlHash fIntvlHash; // All the intervals, hashed by proxyID variable