Home
last modified time | relevance | path

Searched refs:gAtlasCache (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/effects/
DGrTextureStripAtlas.cpp26 GrTextureStripAtlas::Hash* GrTextureStripAtlas::gAtlasCache = nullptr; member in GrTextureStripAtlas
30 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()
DGrTextureStripAtlas.h155 static Hash* gAtlasCache; variable