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

  /external/skia/src/gpu/
GrBatchAtlas.h 78 fPlotsToUpdate.reset();
91 fPlotsToUpdate.push_back(index);
96 SkSTArray<kMinItems, int, true> fPlotsToUpdate;
GrBatchAtlas.cpp 369 int count = updater.fPlotsToUpdate.count();
371 BatchPlot* plot = fPlotArray[updater.fPlotsToUpdate[i]];

Completed in 55 milliseconds