Lines Matching refs:GrBatchAtlas
16 GrBatchAtlas::BatchPlot::BatchPlot(int index, uint64_t genID, int offX, int offY, int width, in BatchPlot()
39 GrBatchAtlas::BatchPlot::~BatchPlot() { in ~BatchPlot()
44 bool GrBatchAtlas::BatchPlot::addSubImage(int width, int height, const void* image, in addSubImage()
82 void GrBatchAtlas::BatchPlot::uploadToTexture(GrBatchUploader::TextureUploader* uploader, in uploadToTexture()
99 void GrBatchAtlas::BatchPlot::resetRects() { in resetRects()
120 GrPlotUploader(GrBatchAtlas::BatchPlot* plot, GrTexture* texture) in GrPlotUploader()
132 SkAutoTUnref<GrBatchAtlas::BatchPlot> fPlot;
140 GrBatchAtlas::GrBatchAtlas(GrTexture* texture, int numPlotsX, int numPlotsY) in GrBatchAtlas() function in GrBatchAtlas
172 GrBatchAtlas::~GrBatchAtlas() { in ~GrBatchAtlas()
177 void GrBatchAtlas::processEviction(AtlasID id) { in processEviction()
183 inline void GrBatchAtlas::updatePlot(GrDrawBatch::Target* target, AtlasID* id, BatchPlot* plot) { in updatePlot()
197 bool GrBatchAtlas::addToAtlas(AtlasID* id, GrDrawBatch::Target* batchTarget, in addToAtlas()