Home | History | Annotate | Download | only in gpu

Lines Matching refs:plotIter

235     GrPlotList::Iter plotIter;
236 plotIter.init(fPlotList, GrPlotList::Iter::kHead_IterStart);
238 while ((plot = plotIter.get())) {
248 plotIter.next();
264 GrPlotList::Iter plotIter;
265 plotIter.init(fPlotList, GrPlotList::Iter::kTail_IterStart);
267 while ((plot = plotIter.get())) {
271 plotIter.prev();
279 GrPlotList::Iter plotIter;
280 plotIter.init(fPlotList, GrPlotList::Iter::kHead_IterStart);
282 while ((plot = plotIter.get())) {
284 plotIter.next();