Searched refs:popHead (Results 1 – 12 of 12) sorted by relevance
60 inline std::unique_ptr<GrOp> GrRenderTargetOpList::OpChain::List::popHead() { in popHead() function in GrRenderTargetOpList::OpChain::List80 return this->popHead(); in removeOp()153 pool->release(fList.popHead()); in deleteOps()196 pool->release(chainB.popHead()); in DoConcat()205 pool->release(chainB.popHead()); in DoConcat()226 chainA.pushTail(chainB.popHead()); in DoConcat()281 pool->release(list->popHead()); in tryConcat()332 return chain.popHead(); in appendOp()
166 GrResourceAllocator::Interval* GrResourceAllocator::IntervalList::popHead() { in popHead() function in GrResourceAllocator::IntervalList337 Interval* temp = fActiveIntvls.popHead(); in expire()419 while (Interval* cur = fIntvlList.popHead()) { in assign()
248 Interval* popHead();
199 std::unique_ptr<GrOp> popHead();
470 fMaskElements.popHead(); in walkStack()
190 GrResourceAllocator::Interval* GrResourceAllocator::IntervalList::popHead() { in popHead() function in GrResourceAllocator::IntervalList312 Interval* intvl = fActiveIntvls.popHead(); in expire()339 while (Interval* cur = fIntvlList.popHead()) { in planAssignment()421 while (Interval* cur = fFinishedIntvls.popHead()) { in assign()
260 Interval* popHead();
93 inline GrOp::Owner OpsTask::OpChain::List::popHead() { in popHead() function in skgpu::v1::OpsTask::OpChain::List113 return this->popHead(); in removeOp()186 fList.popHead(); in deleteOps()230 chainB.popHead(); in DoConcat()240 chainB.popHead(); in DoConcat()261 chainA.pushTail(chainB.popHead()); in DoConcat()318 list->popHead(); in tryConcat()368 return chain.popHead(); in appendOp()
214 GrOp::Owner popHead();
115 void popHead() { in popHead() function
172 list1.popHead(); in test_tllist()
151909 T* popHead() in popHead() function in ProfilerLinkedList151953 delete mList.popHead(); in ~ProfilerSignalSafeLinkedList()