Searched refs:fIntvlList (Results 1 – 4 of 4) sorted by relevance
53 SkASSERT(fIntvlList.empty()); in ~GrResourceAllocator()101 fIntvlList.insertByIncreasingStart(newIntvl);317 if (fIntvlList.empty()) { in assign()325 fIntvlList.detachAll(); // arena allocator will clean these up for us in assign()334 while (Interval* cur = fIntvlList.popHead()) { in assign()355 if (!fIntvlList.empty() && in assign()356 fEndOfOpListOpIndices[fCurOpListIndex] < fIntvlList.peekHead()->start()) { in assign()363 if (const Interval* tmp = fIntvlList.peekHead()) { in assign()412 if (!fIntvlList.empty() && in assign()413 fEndOfOpListOpIndices[fCurOpListIndex] < fIntvlList.peekHead()->start()) { in assign()[all …]
219 IntervalList fIntvlList; // All the intervals sorted by increasing start variable