Searched refs:popHead (Results 1 – 14 of 14) sorted by relevance
55 inline std::unique_ptr<GrOp> GrRenderTargetOpList::OpChain::List::popHead() { in popHead() function in GrRenderTargetOpList::OpChain::List75 return this->popHead(); in removeOp()149 pool->release(fList.popHead()); in deleteOps()192 pool->release(chainB.popHead()); in DoConcat()201 pool->release(chainB.popHead()); in DoConcat()222 chainA.pushTail(chainB.popHead()); in DoConcat()277 pool->release(list->popHead()); in tryConcat()328 return chain.popHead(); in appendOp()
120 GrResourceAllocator::Interval* GrResourceAllocator::IntervalList::popHead() { in popHead() function in GrResourceAllocator::IntervalList291 Interval* temp = fActiveIntvls.popHead(); in expire()334 while (Interval* cur = fIntvlList.popHead()) { in assign()
199 Interval* popHead();
187 std::unique_ptr<GrOp> popHead();
470 fMaskElements.popHead(); in walkStack()
181 GrResourceAllocator::Interval* GrResourceAllocator::IntervalList::popHead() { in popHead() function in GrResourceAllocator::IntervalList303 Interval* intvl = fActiveIntvls.popHead(); in expire()330 while (Interval* cur = fIntvlList.popHead()) { in planAssignment()412 while (Interval* cur = fFinishedIntvls.popHead()) { in assign()
60 inline GrOp::Owner GrOpsTask::OpChain::List::popHead() { in popHead() function in GrOpsTask::OpChain::List80 return this->popHead(); in removeOp()154 fList.popHead(); in deleteOps()198 chainB.popHead(); in DoConcat()208 chainB.popHead(); in DoConcat()229 chainA.pushTail(chainB.popHead()); in DoConcat()286 list->popHead(); in tryConcat()336 return chain.popHead(); in appendOp()
251 Interval* popHead();
200 GrOp::Owner popHead();
489 fMaskElements.popHead(); in walkStack()
115 void popHead() { in popHead() function
172 list1.popHead(); in test_tllist()