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

  /external/skia/src/gpu/
GrResourceAllocator.cpp 68 Interval* newIntvl;
70 newIntvl = fFreeIntervalList;
71 fFreeIntervalList = newIntvl->next();
72 newIntvl->resetTo(proxy, start, end);
74 newIntvl = fIntervalAllocator.make<Interval>(proxy, start, end);
77 fIntvlList.insertByIncreasingStart(newIntvl);
78 fIntvlHash.add(newIntvl);
  /external/skqp/src/gpu/
GrResourceAllocator.cpp 70 Interval* newIntvl;
72 newIntvl = fFreeIntervalList;
73 fFreeIntervalList = newIntvl->next();
74 newIntvl->resetTo(proxy, start, end);
76 newIntvl = fIntervalAllocator.make<Interval>(proxy, start, end);
79 fIntvlList.insertByIncreasingStart(newIntvl);
80 fIntvlHash.add(newIntvl);

Completed in 70 milliseconds