Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrResourceAllocator.cpp290 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire()
356 fEndOfOpListOpIndices[fCurOpListIndex] < fIntvlList.peekHead()->start()) { in assign()
363 if (const Interval* tmp = fIntvlList.peekHead()) { in assign()
413 fEndOfOpListOpIndices[fCurOpListIndex] < fIntvlList.peekHead()->start()) { in assign()
420 if (const Interval* tmp = fIntvlList.peekHead()) { in assign()
441 for(const Interval* cur = fIntvlList.peekHead(); cur; cur = cur->next()) { in dumpIntervals()
456 for(const Interval* cur = fIntvlList.peekHead(); cur; cur = cur->next()) { in dumpIntervals()
DGrResourceAllocator.h198 const Interval* peekHead() const { return fHead; } in peekHead() function
/external/skia/src/gpu/
DGrResourceAllocator.h249 const Interval* peekHead() const { return fHead; } in peekHead() function
250 Interval* peekHead() { return fHead; } in peekHead() function
DGrResourceAllocator.cpp302 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire()
369 for (Interval* cur = fFinishedIntvls.peekHead(); cur; cur = cur->next()) { in makeBudgetHeadroom()
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()