Searched refs:atlasGeneration (Results 1 – 7 of 7) sorted by relevance
80 uint64_t atlasGeneration(GrMaskFormat format) const { in atlasGeneration() function81 return this->getAtlas(format)->atlasGeneration(); in atlasGeneration()
375 uint64_t currentAtlasGen = atlasManager->atlasGeneration(maskFormat); in regenerateAtlas()415 fAtlasGeneration = atlasManager->atlasGeneration(maskFormat); in regenerateAtlas()
84 uint64_t atlasGeneration(GrMaskFormat format) const { in atlasGeneration() function85 return this->getAtlas(format)->atlasGeneration(); in atlasGeneration()
250 : fFullAtlasManager->atlasGeneration(fSubRun->maskFormat())); in doRegen()261 uint64_t currentAtlasGen = fFullAtlasManager->atlasGeneration(fSubRun->maskFormat()); in regenerate()264 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
130 uint64_t atlasGeneration() const { return fAtlasGeneration; } in atlasGeneration() function
259 uint64_t atlasGeneration() const { return fAtlasGeneration; } in atlasGeneration() function