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

  /external/skia/src/gpu/text/
GrAtlasManager.h 92 // NOTE: the bulk uploader is only valid if the subrun has a valid atlasGeneration
108 // GrDrawOpAtlas. The atlasGeneration returned below is a monotonically increasing number which
110 uint64_t atlasGeneration(GrMaskFormat format) const {
111 return this->getAtlas(format)->atlasGeneration();
GrAtlasTextBlobVertexRegenerator.cpp 309 : fFullAtlasManager->atlasGeneration(fSubRun->maskFormat()));
315 uint64_t currentAtlasGen = fFullAtlasManager->atlasGeneration(fSubRun->maskFormat());
318 if (fSubRun->atlasGeneration() != currentAtlasGen) {
GrAtlasTextBlob.h 378 void setAtlasGeneration(uint64_t atlasGeneration) { fAtlasGeneration = atlasGeneration;}
379 uint64_t atlasGeneration() const { return fAtlasGeneration; }
  /external/skqp/src/gpu/text/
GrAtlasTextBlobVertexRegenerator.cpp 304 : fGlyphCache->atlasGeneration(fSubRun->maskFormat()));
310 uint64_t currentAtlasGen = fGlyphCache->atlasGeneration(fSubRun->maskFormat());
313 if (fSubRun->atlasGeneration() != currentAtlasGen) {
GrAtlasGlyphCache.h 109 * though this is more or less transparent to the client(aside from atlasGeneration, described
158 // NOTE: the bulk uploader is only valid if the subrun has a valid atlasGeneration
181 // GrDrawOpAtlas. The atlasGeneration returned below is a monotonically increasing number which
183 uint64_t atlasGeneration(GrMaskFormat format) const {
184 return this->getAtlas(format)->atlasGeneration();
GrAtlasTextBlob.h 391 void setAtlasGeneration(uint64_t atlasGeneration) { fAtlasGeneration = atlasGeneration;}
392 uint64_t atlasGeneration() const { return fAtlasGeneration; }
  /external/skia/src/gpu/
GrDrawOpAtlas.h 117 uint64_t atlasGeneration() const { return fAtlasGeneration; }
  /external/skqp/src/gpu/
GrDrawOpAtlas.h 116 uint64_t atlasGeneration() const { return fAtlasGeneration; }

Completed in 202 milliseconds