Home
last modified time | relevance | path

Searched refs:fPlotUsage (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrLayerCache.cpp207 GrPlot* plot = fAtlas->addToAtlas(&pictInfo->fPlotUsage, in tryToAtlas()
234 if (pictInfo->fPlotUsage.isEmpty()) { in tryToAtlas()
291 GrAtlas::RemovePlot(&pictInfo->fPlotUsage, layer->plot()); in unlock()
293 if (pictInfo->fPlotUsage.isEmpty()) { in unlock()
332 SkASSERT(pictInfo->fPlotUsage.contains(layer->plot())); in validate()
438 GrAtlas::RemovePlot(&pictInfo->fPlotUsage, plot); in purgePlot()
440 if (pictInfo->fPlotUsage.isEmpty()) { in purgePlot()
DGrLayerCache.h59 GrAtlas::ClientPlotUsage fPlotUsage; member