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

  /external/chromium_org/third_party/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 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...]
GrTextStrike.h 19 #include "GrAtlas.h"
31 GrTextStrike(GrFontCache*, const GrFontDescKey* fontScalerKey, GrMaskFormat, GrAtlas*);
70 GrAtlas* fAtlas;
74 GrAtlas::ClientPlotUsage fPlotUsage;
131 GrAtlas* fAtlases[kAtlasCount];
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...]
GrLayerCache.cpp 8 #include "GrAtlas.h"
96 fAtlas.reset(SkNEW_ARGS(GrAtlas, (fContext->getGpu(), kSkia8888_GrPixelConfig,
244 GrAtlas::RemovePlot(&pictInfo->fPlotUsage, layer->plot());
343 GrAtlas::PlotIter iter;
345 for (plot = fAtlas->iterInit(&iter, GrAtlas::kLRUFirst_IterOrder);
378 GrAtlas::RemovePlot(&pictInfo->fPlotUsage, plot);
394 GrAtlas::PlotIter iter;
396 for (plot = fAtlas->iterInit(&iter, GrAtlas::kLRUFirst_IterOrder);
GrTextStrike.cpp 88 fAtlases[atlasIndex] = SkNEW_ARGS(GrAtlas, (fGpu, config, kNone_GrTextureFlags,
135 GrAtlas* atlas = preserveStrike->fAtlas;
232 GrAtlas* atlas) : fPool(64) {
289 GrAtlas::RemovePlot(&fPlotUsage, plot);
GrLayerCache.h 11 #include "GrAtlas.h"
38 GrAtlas::ClientPlotUsage fPlotUsage;
177 // Unlike the GrFontCache, the GrTexture atlas only has one GrAtlas (for 8888)
225 SkAutoTDelete<GrAtlas> fAtlas; // TODO: could lazily allocate
  /external/chromium_org/skia/
skia_library.target.darwin-arm.mk 327 third_party/skia/src/gpu/GrAtlas.cpp \
skia_library.target.darwin-arm64.mk 327 third_party/skia/src/gpu/GrAtlas.cpp \
skia_library.target.darwin-mips.mk 327 third_party/skia/src/gpu/GrAtlas.cpp \
skia_library.target.darwin-mips64.mk 327 third_party/skia/src/gpu/GrAtlas.cpp \
skia_library.target.darwin-x86.mk 328 third_party/skia/src/gpu/GrAtlas.cpp \
skia_library.target.darwin-x86_64.mk 328 third_party/skia/src/gpu/GrAtlas.cpp \
skia_library.target.linux-arm.mk 327 third_party/skia/src/gpu/GrAtlas.cpp \
skia_library.target.linux-arm64.mk 327 third_party/skia/src/gpu/GrAtlas.cpp \
skia_library.target.linux-mips.mk 327 third_party/skia/src/gpu/GrAtlas.cpp \
skia_library.target.linux-mips64.mk 327 third_party/skia/src/gpu/GrAtlas.cpp \
skia_library.target.linux-x86.mk 328 third_party/skia/src/gpu/GrAtlas.cpp \
skia_library.target.linux-x86_64.mk 328 third_party/skia/src/gpu/GrAtlas.cpp \

Completed in 685 milliseconds