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

  /external/skia/src/gpu/text/
GrAtlasTextBlob_regenInOp.cpp 220 : fontCache->atlasGeneration(info->maskFormat()));
254 uint64_t currentAtlasGen = fontCache->atlasGeneration(info.maskFormat());
269 bool regenerateTextureCoords = info.atlasGeneration() != currentAtlasGen ||
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 75 milliseconds