Searched refs:GrLayerAtlas (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/gpu/ |
D | GrLayerAtlas.cpp | 15 GrLayerAtlas::Plot::Plot() in Plot() 21 GrLayerAtlas::Plot::~Plot() { in ~Plot() 25 void GrLayerAtlas::Plot::init(int id, int offX, int offY, int width, int height) { in init() 31 bool GrLayerAtlas::Plot::allocateRect(int width, int height, SkIPoint16* loc) { in allocateRect() 41 void GrLayerAtlas::Plot::reset() { in reset() 53 bool GrLayerAtlas::reattachBackingTexture() { in reattachBackingTexture() 60 void GrLayerAtlas::createBackingTexture() { in createBackingTexture() 74 GrLayerAtlas::GrLayerAtlas(GrTextureProvider* texProvider, GrPixelConfig config, in GrLayerAtlas() function in GrLayerAtlas 110 void GrLayerAtlas::resetPlots() { in resetPlots() 117 GrLayerAtlas::~GrLayerAtlas() { in ~GrLayerAtlas() [all …]
|
D | GrLayerAtlas.h | 18 class GrLayerAtlas; variable 31 class GrLayerAtlas { 44 friend class GrLayerAtlas; 100 GrLayerAtlas(GrTextureProvider*, GrPixelConfig, GrSurfaceFlags flags, 103 ~GrLayerAtlas();
|
D | GrLayerCache.h | 63 GrLayerAtlas::ClientPlotUsage fPlotUsage; 223 void setPlot(GrLayerAtlas::Plot* plot) { in setPlot() 227 GrLayerAtlas::Plot* plot() { return fPlot; } in plot() 234 SkDEBUGCODE(const GrLayerAtlas::Plot* plot() const { return fPlot; }) 276 GrLayerAtlas::Plot* fPlot; 380 SkAutoTDelete<GrLayerAtlas> fAtlas; // lazily allocated 414 void purgePlot(GrLayerAtlas::Plot* plot);
|
D | GrLayerCache.cpp | 109 fAtlas.reset(new GrLayerAtlas(fContext->textureProvider(), kSkia8888_GrPixelConfig, in initAtlas() 212 GrLayerAtlas::Plot* plot = fAtlas->addToAtlas(&pictInfo->fPlotUsage, in tryToAtlas() 401 GrLayerAtlas::PlotIter iter; in purgePlots() 402 GrLayerAtlas::Plot* plot; in purgePlots() 403 for (plot = fAtlas->iterInit(&iter, GrLayerAtlas::kLRUFirst_IterOrder); in purgePlots() 420 void GrLayerCache::purgePlot(GrLayerAtlas::Plot* plot) { in purgePlot()
|
/external/skia/gyp/ |
D | gpu.gypi | 106 '<(skia_src_path)/gpu/GrLayerAtlas.cpp', 107 '<(skia_src_path)/gpu/GrLayerAtlas.h',
|
/external/skia/ |
D | Android.mk | 394 src/gpu/GrLayerAtlas.cpp \
|