Home
last modified time | relevance | path

Searched refs:fActiveIntvls (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrResourceAllocator.cpp94 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->fEnd < curIndex) { in expire()
95 Interval* temp = fActiveIntvls.popHead(); in expire()
113 fActiveIntvls.insertByIncreasingEnd(cur); in assign()
DGrResourceAllocator.h121 IntervalList fActiveIntvls; // List of live intervals during assignment variable