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

  /external/skia/src/gpu/
GrBatchFontCache.h 79 * more or less transparent to the client(aside from atlasGeneration, described below).
121 // NOTE: the bulk uploader is only valid if the subrun has a valid atlasGeneration
145 // GrBatchAtlas. The atlasGeneration returned below is a monitonically increasing number which
147 uint64_t atlasGeneration(GrMaskFormat format) const {
148 return this->getAtlas(format)->atlasGeneration();
GrBatchAtlas.h 51 uint64_t atlasGeneration() const { return fAtlasGeneration; }
GrAtlasTextContext.cpp     [all...]

Completed in 265 milliseconds