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

  /external/chromium_org/third_party/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;
  /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 25 milliseconds