Home
last modified time | relevance | path

Searched refs:fPlotArray (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/
DGrBatchAtlas.h64 return fPlotArray[index]->genID() == GetGenerationFromID(id); in hasID()
72 this->makeMRU(fPlotArray[index]); in setLastUseToken()
73 fPlotArray[index]->setLastUseToken(batchToken); in setLastUseToken()
130 BatchPlot* plot = fPlotArray[updater.fPlotsToUpdate[i]]; in setLastUseTokenBulk()
263 SkAutoTUnref<BatchPlot>* fPlotArray; variable
DGrLayerAtlas.cpp96 fPlotArray = new Plot[numPlotsX * numPlotsY]; in GrLayerAtlas()
98 Plot* currPlot = fPlotArray; in GrLayerAtlas()
118 delete[] fPlotArray; in ~GrLayerAtlas()
DGrBatchAtlas.cpp156 fPlotArray = new SkAutoTUnref<BatchPlot>[numPlotsX * numPlotsY]; in GrBatchAtlas()
158 SkAutoTUnref<BatchPlot>* currPlot = fPlotArray; in GrBatchAtlas()
174 delete[] fPlotArray; in ~GrBatchAtlas()
247 SkAutoTUnref<BatchPlot>& newPlot = fPlotArray[plot->index()]; in addToAtlas()
DGrLayerAtlas.h153 Plot* fPlotArray; variable