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

  /external/skia/src/gpu/text/
GrAtlasGlyphCache.h 108 * though this is more or less transparent to the client(aside from atlasGeneration, described
148 // NOTE: the bulk uploader is only valid if the subrun has a valid atlasGeneration
171 // GrDrawOpAtlas. The atlasGeneration returned below is a monotonically increasing number which
173 uint64_t atlasGeneration(GrMaskFormat format) const {
174 return this->getAtlas(format)->atlasGeneration();
GrAtlasTextBlob.h 388 void setAtlasGeneration(uint64_t atlasGeneration) { fAtlasGeneration = atlasGeneration;}
389 uint64_t atlasGeneration() const { return fAtlasGeneration; }
  /external/skia/src/gpu/
GrDrawOpAtlas.h 96 uint64_t atlasGeneration() const { return fAtlasGeneration; }

Completed in 1332 milliseconds