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

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 25 GrTextureStripAtlas::Hash* GrTextureStripAtlas::gAtlasCache = NULL;
29 if (NULL == gAtlasCache) {
30 gAtlasCache = SkNEW(Hash);
33 return gAtlasCache;
49 SkDELETE(gAtlasCache);
50 gAtlasCache = NULL;
GrTextureStripAtlas.h 153 static Hash* gAtlasCache;

Completed in 42 milliseconds