HomeSort by relevance Sort by last modified time
    Searched refs:fActiveIntvls (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrResourceAllocator.cpp 40 SkASSERT(fActiveIntvls.empty());
190 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) {
191 Interval* temp = fActiveIntvls.popHead();
238 fActiveIntvls.insertByIncreasingEnd(cur);
270 fActiveIntvls.insertByIncreasingEnd(cur);
GrResourceAllocator.h 183 IntervalList fActiveIntvls; // List of live intervals during assignment
  /external/skqp/src/gpu/
GrResourceAllocator.cpp 41 SkASSERT(fActiveIntvls.empty());
185 while (!fActiveIntvls.empty() && fActiveIntvls.peekHead()->end() < curIndex) {
186 Interval* temp = fActiveIntvls.popHead();
228 fActiveIntvls.insertByIncreasingEnd(cur);
260 fActiveIntvls.insertByIncreasingEnd(cur);
GrResourceAllocator.h 182 IntervalList fActiveIntvls; // List of live intervals during assignment

Completed in 69 milliseconds