Home
last modified time | relevance | path

Searched refs:GrLayerAtlas (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/gpu/
DGrLayerAtlas.cpp15 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 …]
DGrLayerAtlas.h18 class GrLayerAtlas; variable
31 class GrLayerAtlas {
44 friend class GrLayerAtlas;
100 GrLayerAtlas(GrTextureProvider*, GrPixelConfig, GrSurfaceFlags flags,
103 ~GrLayerAtlas();
DGrLayerCache.h63 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);
DGrLayerCache.cpp109 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/
Dgpu.gypi106 '<(skia_src_path)/gpu/GrLayerAtlas.cpp',
107 '<(skia_src_path)/gpu/GrLayerAtlas.h',
/external/skia/
DAndroid.mk394 src/gpu/GrLayerAtlas.cpp \