HomeSort by relevance Sort by last modified time
    Searched refs:gAtlasCache (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 24 GrTextureStripAtlas::gAtlasCache = NULL;
29 if (NULL == gAtlasCache) {
30 gAtlasCache = SkNEW((GrTHashTable<AtlasEntry, AtlasHashKey, 8>));
33 return gAtlasCache;
49 SkDELETE(gAtlasCache);
50 gAtlasCache = NULL;
GrTextureStripAtlas.h 149 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* gAtlasCache;

Completed in 342 milliseconds