Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrResourceAllocator.cpp53 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 …]
DGrResourceAllocator.h219 IntervalList fIntvlList; // All the intervals sorted by increasing start variable
/external/skia/src/gpu/
DGrResourceAllocator.cpp41 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()
DGrResourceAllocator.h269 IntervalList fIntvlList; // All the intervals sorted by increasing start variable