Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRenderTargetOpList.cpp57 inline std::unique_ptr<GrOp> GrRenderTargetOpList::OpChain::List::popHead() { in popHead() function in GrRenderTargetOpList::OpChain::List
77 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()
DGrResourceAllocator.cpp120 GrResourceAllocator::Interval* GrResourceAllocator::IntervalList::popHead() { in popHead() function in GrResourceAllocator::IntervalList
291 Interval* temp = fActiveIntvls.popHead(); in expire()
334 while (Interval* cur = fIntvlList.popHead()) { in assign()
DGrResourceAllocator.h199 Interval* popHead();
DGrRenderTargetOpList.h192 std::unique_ptr<GrOp> popHead();
DGrReducedClip.cpp470 fMaskElements.popHead(); in walkStack()
/external/skqp/src/gpu/
DGrRenderTargetOpList.cpp55 inline std::unique_ptr<GrOp> GrRenderTargetOpList::OpChain::List::popHead() { in popHead() function in GrRenderTargetOpList::OpChain::List
75 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()
DGrResourceAllocator.cpp120 GrResourceAllocator::Interval* GrResourceAllocator::IntervalList::popHead() { in popHead() function in GrResourceAllocator::IntervalList
291 Interval* temp = fActiveIntvls.popHead(); in expire()
334 while (Interval* cur = fIntvlList.popHead()) { in assign()
DGrResourceAllocator.h199 Interval* popHead();
DGrRenderTargetOpList.h187 std::unique_ptr<GrOp> popHead();
DGrReducedClip.cpp470 fMaskElements.popHead(); in walkStack()
/external/skqp/src/core/
DSkTLList.h115 void popHead() { in popHead() function
/external/skia/src/core/
DSkTLList.h115 void popHead() { in popHead() function
/external/skia/tests/
DLListTest.cpp172 list1.popHead(); in test_tllist()
/external/skqp/tests/
DLListTest.cpp172 list1.popHead(); in test_tllist()