Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrResourceAllocator.cpp32 GrResourceAllocator::Interval* GrResourceAllocator::IntervalList::popHead() { in popHead() function in GrResourceAllocator::IntervalList
95 Interval* temp = fActiveIntvls.popHead(); in expire()
105 while (Interval* cur = fIntvlList.popHead()) { in assign()
DGrResourceAllocator.h108 Interval* popHead();
DGrReducedClip.cpp430 fElements.popHead(); in walkStack()
/external/skia/src/gpu/ops/
DGrDrawPathOp.cpp163 that->fDraws.popHead(); in onCombineIfPossible()
/external/skia/src/core/
DSkTLList.h114 void popHead() { in popHead() function
/external/skia/tests/
DLListTest.cpp167 list1.popHead(); in test_tllist()