Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrRenderTargetOpList.cpp60 inline std::unique_ptr<GrOp> GrRenderTargetOpList::OpChain::List::popHead() { in popHead() function in GrRenderTargetOpList::OpChain::List
80 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()
DGrResourceAllocator.cpp166 GrResourceAllocator::Interval* GrResourceAllocator::IntervalList::popHead() { in popHead() function in GrResourceAllocator::IntervalList
337 Interval* temp = fActiveIntvls.popHead(); in expire()
419 while (Interval* cur = fIntvlList.popHead()) { in assign()
DGrResourceAllocator.h248 Interval* popHead();
DGrRenderTargetOpList.h199 std::unique_ptr<GrOp> popHead();
DGrReducedClip.cpp470 fMaskElements.popHead(); in walkStack()
/third_party/skia/src/gpu/
DGrResourceAllocator.cpp190 GrResourceAllocator::Interval* GrResourceAllocator::IntervalList::popHead() { in popHead() function in GrResourceAllocator::IntervalList
312 Interval* intvl = fActiveIntvls.popHead(); in expire()
339 while (Interval* cur = fIntvlList.popHead()) { in planAssignment()
421 while (Interval* cur = fFinishedIntvls.popHead()) { in assign()
DGrResourceAllocator.h260 Interval* popHead();
/third_party/skia/src/gpu/ops/
DOpsTask.cpp93 inline GrOp::Owner OpsTask::OpChain::List::popHead() { in popHead() function in skgpu::v1::OpsTask::OpChain::List
113 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()
DOpsTask.h214 GrOp::Owner popHead();
/third_party/flutter/skia/src/core/
DSkTLList.h115 void popHead() { in popHead() function
/third_party/flutter/skia/tests/
DLListTest.cpp172 list1.popHead(); in test_tllist()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp151909 T* popHead() in popHead() function in ProfilerLinkedList
151953 delete mList.popHead(); in ~ProfilerSignalSafeLinkedList()