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);328 fIntvlHash.reset(); // we don't need the interval hash anymore in planAssignment()408 fIntvlHash.reset(); in reset()
276 IntvlHash fIntvlHash; // All the intervals, hashed by proxyID variable
71 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()
266 IntvlHash fIntvlHash; // All the intervals, hashed by proxyID variable