Home | History | Annotate | Download | only in gpu

Lines Matching refs:BatchPlot

16 GrBatchAtlas::BatchPlot::BatchPlot(int index, uint64_t genID, int offX, int offY, int width,
39 GrBatchAtlas::BatchPlot::~BatchPlot() {
44 bool GrBatchAtlas::BatchPlot::addSubImage(int width, int height, const void* image,
82 void GrBatchAtlas::BatchPlot::uploadToTexture(GrBatchUploader::TextureUploader* uploader,
99 void GrBatchAtlas::BatchPlot::resetRects() {
120 GrPlotUploader(GrBatchAtlas::BatchPlot* plot, GrTexture* texture)
132 SkAutoTUnref<GrBatchAtlas::BatchPlot> fPlot;
156 fPlotArray = new SkAutoTUnref<BatchPlot>[numPlotsX * numPlotsY];
158 SkAutoTUnref<BatchPlot>* currPlot = fPlotArray;
162 currPlot->reset(new BatchPlot(index, 1, x, y, plotWidth, plotHeight,
183 inline void GrBatchAtlas::updatePlot(GrDrawBatch::Target* target, AtlasID* id, BatchPlot* plot) {
205 BatchPlot* plot;
247 SkAutoTUnref<BatchPlot>& newPlot = fPlotArray[plot->index()];