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 65 // NOTE: the bulk uploader is only valid if the subrun has a valid atlasGeneration
82 // GrDrawOpAtlas. The atlasGeneration returned below is a monotonically increasing number which
84 uint64_t atlasGeneration(GrMaskFormat format) const {
85 return this->getAtlas(format)->atlasGeneration();
GrTextBlobVertexRegenerator.cpp 250 : fFullAtlasManager->atlasGeneration(fSubRun->maskFormat()));
261 uint64_t currentAtlasGen = fFullAtlasManager->atlasGeneration(fSubRun->maskFormat());
264 if (fSubRun->atlasGeneration() != currentAtlasGen) {
GrTextBlob.h 296 void setAtlasGeneration(uint64_t atlasGeneration) { fAtlasGeneration = atlasGeneration;}
297 uint64_t atlasGeneration() const { return fAtlasGeneration; }
  /external/skqp/src/gpu/text/
GrAtlasManager.h 65 // NOTE: the bulk uploader is only valid if the subrun has a valid atlasGeneration
82 // GrDrawOpAtlas. The atlasGeneration returned below is a monotonically increasing number which
84 uint64_t atlasGeneration(GrMaskFormat format) const {
85 return this->getAtlas(format)->atlasGeneration();
GrTextBlobVertexRegenerator.cpp 250 : fFullAtlasManager->atlasGeneration(fSubRun->maskFormat()));
261 uint64_t currentAtlasGen = fFullAtlasManager->atlasGeneration(fSubRun->maskFormat());
264 if (fSubRun->atlasGeneration() != currentAtlasGen) {
GrTextBlob.h 296 void setAtlasGeneration(uint64_t atlasGeneration) { fAtlasGeneration = atlasGeneration;}
297 uint64_t atlasGeneration() const { return fAtlasGeneration; }
  /external/skia/src/gpu/
GrDrawOpAtlas.h 130 uint64_t atlasGeneration() const { return fAtlasGeneration; }
  /external/skqp/src/gpu/
GrDrawOpAtlas.h 130 uint64_t atlasGeneration() const { return fAtlasGeneration; }

Completed in 185 milliseconds