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

  /external/skia/src/gpu/
GrBatchAtlas.h 20 typedef SkTInternalLList<BatchPlot> GrBatchPlotList;
141 GrBatchPlotList fPlotList;
GrBatchAtlas.cpp 293 GrBatchPlotList::Iter plotIter;
294 plotIter.init(fPlotList, GrBatchPlotList::Iter::kHead_IterStart);
306 plotIter.init(fPlotList, GrBatchPlotList::Iter::kTail_IterStart);

Completed in 34 milliseconds