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

  /external/skia/src/gpu/
GrBatchAtlas.cpp 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]
    [all...]
GrBatchAtlas.h 130 BatchPlot* plot = fPlotArray[updater.fPlotsToUpdate[i]];
143 // The BatchPlots keep track of subimage placement via their GrRectanizer. A BatchPlot
145 // Once a BatchPlot is "full" (i.e. there is no room for the new subimage according to the
148 class BatchPlot : public SkRefCnt {
149 SK_DECLARE_INTERNAL_LLIST_INTERFACE(BatchPlot);
185 BatchPlot(int index, uint64_t genID, int offX, int offY, int width, int height,
188 ~BatchPlot() override;
192 BatchPlot* clone() const {
193 return new BatchPlot(fIndex, fGenID+1, fX, fY, fWidth, fHeight, fConfig);
225 typedef SkTInternalLList<BatchPlot> GrBatchPlotList
    [all...]

Completed in 40 milliseconds