Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrResourceAllocator.cpp41 for (Interval* cur = fIntvlList.peekHead(); cur; cur = cur->next()) { in determineRecyclability()
336 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire()
363 const Interval* tmp = fIntvlList.peekHead(); in onOpListBoundary()
374 const Interval* tmp = fIntvlList.peekHead(); in forceIntermediateFlush()
506 for(const Interval* cur = fIntvlList.peekHead(); cur; cur = cur->next()) { in dumpIntervals()
519 for(const Interval* cur = fIntvlList.peekHead(); cur; cur = cur->next()) { in dumpIntervals()
DGrResourceAllocator.h246 const Interval* peekHead() const { return fHead; } in peekHead() function
247 Interval* peekHead() { return fHead; } in peekHead() function
/third_party/skia/src/gpu/
DGrResourceAllocator.cpp311 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire()
378 for (Interval* cur = fFinishedIntvls.peekHead(); cur; cur = cur->next()) { in makeBudgetHeadroom()
445 for(const Interval* cur = fIntvlList.peekHead(); cur; cur = cur->next()) { in dumpIntervals()
458 for(const Interval* cur = fIntvlList.peekHead(); cur; cur = cur->next()) { in dumpIntervals()
DGrResourceAllocator.h258 const Interval* peekHead() const { return fHead; } in peekHead() function
259 Interval* peekHead() { return fHead; } in peekHead() function