Home
last modified time | relevance | path

Searched refs:lastPageIndex (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.cpp442 int lastPageIndex = fNumActivePages - 1; in compactRadicals() local
443 while (lastPageIndex > 0 && !(usedAtlasLastFlush & (1 << lastPageIndex))) { in compactRadicals()
445 lastPageIndex--; in compactRadicals()
495 uint32_t lastPageIndex = fNumActivePages - 1; in compact() local
499 for (uint32_t pageIndex = 0; pageIndex < lastPageIndex; ++pageIndex) { in compact()
538 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()
542 SkDebugf("page %d: ", lastPageIndex); in compact()
576 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact()
677 uint32_t lastPageIndex in deactivateLastPage() local
[all...]

Completed in 2 milliseconds