Searched refs:fPlotList (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrDrawOpAtlas.cpp | 253 plotIter.init(fPages[pageIdx].fPlotList, PlotList::Iter::kHead_IterStart); in uploadToPage() 298 Plot* plot = fPages[pageIdx].fPlotList.tail(); in addToAtlas() 337 Plot* currentPlot = fPages[pageIdx].fPlotList.tail(); in addToAtlas() 355 fPages[pageIdx].fPlotList.remove(plot); in addToAtlas() 359 fPages[pageIdx].fPlotList.addToHead(newPlot.get()); in addToAtlas() 393 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compactRadicals() 424 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact() 452 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact() 485 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact() 523 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact() [all …]
|
D | GrDrawOpAtlas.h | 366 if (fPages[pageIdx].fPlotList.head() == plot) { in makeMRU() 370 fPages[pageIdx].fPlotList.remove(plot); in makeMRU() 371 fPages[pageIdx].fPlotList.addToHead(plot); in makeMRU() 414 PlotList fPlotList; member
|
/third_party/skia/src/gpu/ |
D | GrDrawOpAtlas.cpp | 290 plotIter.init(fPages[pageIdx].fPlotList, PlotList::Iter::kHead_IterStart); in uploadToPage() 337 Plot* plot = fPages[pageIdx].fPlotList.tail(); in addToAtlas() 374 Plot* currentPlot = fPages[pageIdx].fPlotList.tail(); in addToAtlas() 392 fPages[pageIdx].fPlotList.remove(plot); in addToAtlas() 396 fPages[pageIdx].fPlotList.addToHead(newPlot.get()); in addToAtlas() 430 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compactRadicals() 470 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact() 504 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact() 537 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact() 575 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart); in compact() [all …]
|
D | GrDrawOpAtlas.h | 509 if (fPages[pageIdx].fPlotList.head() == plot) { in makeMRU() 513 fPages[pageIdx].fPlotList.remove(plot); in makeMRU() 514 fPages[pageIdx].fPlotList.addToHead(plot); in makeMRU() 559 PlotList fPlotList; member
|