Home
last modified time | relevance | path

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

/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/skia/src/gpu/
DGrOpsTask.cpp60 inline GrOp::Owner GrOpsTask::OpChain::List::popHead() { in popHead() function in GrOpsTask::OpChain::List
80 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()
DGrResourceAllocator.cpp181 GrResourceAllocator::Interval* GrResourceAllocator::IntervalList::popHead() { in popHead() function in GrResourceAllocator::IntervalList
303 Interval* intvl = fActiveIntvls.popHead(); in expire()
330 while (Interval* cur = fIntvlList.popHead()) { in planAssignment()
412 while (Interval* cur = fFinishedIntvls.popHead()) { in assign()
DGrResourceAllocator.h251 Interval* popHead();
DGrOpsTask.h200 GrOp::Owner popHead();
DGrReducedClip.cpp489 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/skqp/tests/
DLListTest.cpp172 list1.popHead(); in test_tllist()
/external/skia/tests/
DLListTest.cpp172 list1.popHead(); in test_tllist()