Searched defs:GrAtlas (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrAtlas.h20 class GrAtlas;
23 // a GrAtlas needs space on the texture, it requests a GrPlot. Each GrAtlas can claim one
26 // GrAtlas can request a new GrPlot via GrAtlasMgr::addToAtlas().
30 // GrAtlasMgr::removeUnusedPlots() will free up any finished plots for a given GrAtlas.
79 GrPlot* addToAtlas(GrAtlas*, int width, int height, const void*, SkIPoint16*);
82 bool removePlot(GrAtlas* atlas, const GrPlot* plot);
111 class GrAtlas { class
113 GrAtlas() { } function in class:GrAtlas
114 ~GrAtlas() { }
[all...]
/external/skia/src/gpu/
H A DGrAtlas.h20 class GrAtlas;
23 // a GrAtlas needs space on the texture, it requests a GrPlot. Each GrAtlas can claim one
26 // GrAtlas can request a new GrPlot via GrAtlasMgr::addToAtlas().
30 // GrAtlasMgr::removeUnusedPlots() will free up any finished plots for a given GrAtlas.
79 GrPlot* addToAtlas(GrAtlas*, int width, int height, const void*, SkIPoint16*);
82 bool removePlot(GrAtlas* atlas, const GrPlot* plot);
111 class GrAtlas { class
113 GrAtlas() { } function in class:GrAtlas
114 ~GrAtlas() { }
[all...]

Completed in 129 milliseconds