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
41 SkASSERT(fFailedInstantiation || fIntvlList.empty()); in ~GrResourceAllocator()99 fIntvlList.insertByIncreasingStart(newIntvl);330 while (Interval* cur = fIntvlList.popHead()) { in planAssignment()398 fIntvlList = IntervalList(); in reset()436 for(const Interval* cur = fIntvlList.peekHead(); cur; cur = cur->next()) { in dumpIntervals()449 for(const Interval* cur = fIntvlList.peekHead(); cur; cur = cur->next()) { in dumpIntervals()
269 IntervalList fIntvlList; // All the intervals sorted by increasing start variable