Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrResourceAllocator.cpp54 SkASSERT(fActiveIntvls.empty()); in ~GrResourceAllocator()
290 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire()
291 Interval* temp = fActiveIntvls.popHead(); in expire()
351 fActiveIntvls.insertByIncreasingEnd(cur); in assign()
408 fActiveIntvls.insertByIncreasingEnd(cur); in assign()
DGrResourceAllocator.h220 IntervalList fActiveIntvls; // List of live intervals during assignment variable
/external/skia/src/gpu/
DGrResourceAllocator.cpp42 SkASSERT(fActiveIntvls.empty()); in ~GrResourceAllocator()
302 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire()
303 Interval* intvl = fActiveIntvls.popHead(); in expire()
332 fActiveIntvls.insertByIncreasingEnd(cur); in planAssignment()
396 SkASSERT(fActiveIntvls.empty()); in reset()
DGrResourceAllocator.h270 IntervalList fActiveIntvls; // List of live intervals during assignment variable