Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/ops/
DOpsTask.cpp94 inline GrOp::Owner OpsTask::OpChain::List::popHead() { in popHead() function in skgpu::v1::OpsTask::OpChain::List
114 return this->popHead(); in removeOp()
187 fList.popHead(); in deleteOps()
231 chainB.popHead(); in DoConcat()
241 chainB.popHead(); in DoConcat()
262 chainA.pushTail(chainB.popHead()); in DoConcat()
319 list->popHead(); in tryConcat()
369 return chain.popHead(); in appendOp()
DOpsTask.h217 GrOp::Owner popHead();
/external/skia/src/gpu/ganesh/
DGrResourceAllocator.cpp183 GrResourceAllocator::Interval* GrResourceAllocator::IntervalList::popHead() { in popHead() function in GrResourceAllocator::IntervalList
307 Interval* intvl = fActiveIntvls.popHead(); in expire()
334 while (Interval* cur = fIntvlList.popHead()) { in planAssignment()
416 while (Interval* cur = fFinishedIntvls.popHead()) { in assign()
DGrResourceAllocator.h260 Interval* popHead();