Searched refs:popHead (Results 1 – 14 of 14) sorted by relevance
57 inline std::unique_ptr<GrOp> GrRenderTargetOpList::OpChain::List::popHead() { in popHead() function in GrRenderTargetOpList::OpChain::List77 return this->popHead(); in removeOp()151 pool->release(fList.popHead()); in deleteOps()194 pool->release(chainB.popHead()); in DoConcat()203 pool->release(chainB.popHead()); in DoConcat()224 chainA.pushTail(chainB.popHead()); in DoConcat()279 pool->release(list->popHead()); in tryConcat()330 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();
192 std::unique_ptr<GrOp> popHead();
470 fMaskElements.popHead(); in walkStack()
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()
187 std::unique_ptr<GrOp> popHead();
115 void popHead() { in popHead() function
172 list1.popHead(); in test_tllist()