HomeSort by relevance Sort by last modified time
    Searched defs:GrAtlas (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp 9 #include "GrAtlas.h"
42 void GrPlot::init(GrAtlas* atlas, int id, int offX, int offY, int width, int height, size_t bpp,
153 GrAtlas::GrAtlas(GrGpu* gpu, GrPixelConfig config, GrTextureFlags flags,
193 GrAtlas::~GrAtlas() {
203 void GrAtlas::makeMRU(GrPlot* plot) {
212 GrPlot* GrAtlas::addToAtlas(ClientPlotUsage* usage,
261 void GrAtlas::RemovePlot(ClientPlotUsage* usage, const GrPlot* plot) {
269 GrPlot* GrAtlas::getUnusedPlot()
    [all...]
GrAtlas.h 20 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 GrAtlas::addToAtlas().
30 // GrAtlas::removeUnusedPlots() will free up any finished plots for a given GrAtlas.
36 // This returns a plot ID unique to each plot in a given GrAtlas. They are
54 void init(GrAtlas* atlas, int id, int offX, int offY, int width, int height, size_t bpp,
64 GrAtlas* fAtlas
    [all...]
  /external/skia/src/gpu/
GrAtlas.h 20 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 {
113 GrAtlas() { }
114 ~GrAtlas() { }
    [all...]

Completed in 399 milliseconds