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

/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.cpp26 GrTextureStripAtlas::Hash* GrTextureStripAtlas::gAtlasCache = nullptr; member in class:GrTextureStripAtlas
30 if (nullptr == gAtlasCache) {
31 gAtlasCache = new Hash;
34 return gAtlasCache;
50 delete gAtlasCache;
51 gAtlasCache = nullptr;
H A DGrTextureStripAtlas.h155 static Hash* gAtlasCache; member in class:GrTextureStripAtlas

Completed in 59 milliseconds