Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrResourceAllocator.cpp132 Interval* newIntvl; variable
134 newIntvl = fFreeIntervalList;
135 fFreeIntervalList = newIntvl->next();
136 newIntvl->setNext(nullptr);
137 newIntvl->resetTo(proxy, start, end);
139 newIntvl = fIntervalAllocator.make<Interval>(proxy, start, end);
143 newIntvl->addUse();
145 fIntvlList.insertByIncreasingStart(newIntvl);
146 fIntvlHash.add(newIntvl);
/third_party/skia/src/gpu/
DGrResourceAllocator.cpp93 Interval* newIntvl = fInternalAllocator.make<Interval>(proxy, start, end); variable
96 newIntvl->addUse();
98 fIntvlList.insertByIncreasingStart(newIntvl);
99 fIntvlHash.set(proxyID, newIntvl);