HomeSort by relevance Sort by last modified time
    Searched refs:fPlotList (Results 1 - 4 of 4) sorted by null

  /external/skia/src/gpu/
GrAtlas.h 128 return iter->init(fPlotList, kLRUFirst_IterOrder == order
148 GrPlotList fPlotList;
GrAtlas.cpp 180 fPlotList.addToHead(currPlot);
197 if (fPlotList.head() == plot) {
201 fPlotList.remove(plot);
202 fPlotList.addToHead(plot);
236 plotIter.init(fPlotList, GrPlotList::Iter::kHead_IterStart);
265 plotIter.init(fPlotList, GrPlotList::Iter::kTail_IterStart);
280 plotIter.init(fPlotList, GrPlotList::Iter::kHead_IterStart);
GrBatchAtlas.cpp 247 fPlotList.addToHead(currPlot->get());
265 if (fPlotList.head() == plot) {
269 fPlotList.remove(plot);
270 fPlotList.addToHead(plot);
294 plotIter.init(fPlotList, GrBatchPlotList::Iter::kHead_IterStart);
306 plotIter.init(fPlotList, GrBatchPlotList::Iter::kTail_IterStart);
337 fPlotList.remove(plot);
342 fPlotList.addToHead(newPlot.get());
GrBatchAtlas.h 141 GrBatchPlotList fPlotList;

Completed in 30 milliseconds