Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrResourceAllocator.cpp70 SkASSERT(fActiveIntvls.empty()); in ~GrResourceAllocator()
336 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire()
337 Interval* temp = fActiveIntvls.popHead(); in expire()
437 fActiveIntvls.insertByIncreasingEnd(cur); in assign()
484 fActiveIntvls.insertByIncreasingEnd(cur); in assign()
DGrResourceAllocator.h269 IntervalList fActiveIntvls; // List of live intervals during assignment variable
/third_party/skia/src/gpu/
DGrResourceAllocator.cpp42 SkASSERT(fActiveIntvls.empty()); in ~GrResourceAllocator()
311 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) { in expire()
312 Interval* intvl = fActiveIntvls.popHead(); in expire()
341 fActiveIntvls.insertByIncreasingEnd(cur); in planAssignment()
405 SkASSERT(fActiveIntvls.empty()); in reset()
DGrResourceAllocator.h279 IntervalList fActiveIntvls; // List of live intervals during assignment variable