Searched refs:atlasGeneration (Results 1 – 7 of 7) sorted by relevance
98 uint64_t atlasGeneration(GrMaskFormat format) const { in atlasGeneration() function99 return this->getAtlas(format)->atlasGeneration(); in atlasGeneration()
264 : fFullAtlasManager->atlasGeneration(fSubRun->maskFormat())); in doRegen()275 uint64_t currentAtlasGen = fFullAtlasManager->atlasGeneration(fSubRun->maskFormat()); in regenerate()278 if (fSubRun->atlasGeneration() != currentAtlasGen) { in regenerate()
296 void setAtlasGeneration(uint64_t atlasGeneration) { fAtlasGeneration = atlasGeneration;} in setAtlasGeneration() argument297 uint64_t atlasGeneration() const { return fAtlasGeneration; } in atlasGeneration() function
96 uint64_t atlasGeneration(GrMaskFormat format) const { in atlasGeneration() function97 return this->getAtlas(format)->atlasGeneration(); in atlasGeneration()
386 uint64_t currentAtlasGen = atlasManager->atlasGeneration(maskFormat); in regenerateAtlas()434 fAtlasGeneration = atlasManager->atlasGeneration(maskFormat); in regenerateAtlas()
132 uint64_t atlasGeneration() const { return fAtlasGeneration; } in atlasGeneration() function
292 uint64_t atlasGeneration() const { return fAtlasGeneration; } in atlasGeneration() function