Searched refs:gAtlasCache (Results 1 – 2 of 2) sorted by relevance
26 GrTextureStripAtlas::Hash* GrTextureStripAtlas::gAtlasCache = nullptr; member in GrTextureStripAtlas30 if (nullptr == gAtlasCache) { in GetCache()31 gAtlasCache = new Hash; in GetCache()34 return gAtlasCache; in GetCache()50 delete gAtlasCache; in CleanUp()51 gAtlasCache = nullptr; in CleanUp()
155 static Hash* gAtlasCache; variable