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 26 GrTextureStripAtlas::Hash* GrTextureStripAtlas::gAtlasCache = nullptr;
30 if (nullptr == gAtlasCache) {
31 gAtlasCache = new Hash;
34 return gAtlasCache;
50 delete gAtlasCache;
51 gAtlasCache = nullptr;
GrTextureStripAtlas.h 155 static Hash* gAtlasCache;

Completed in 562 milliseconds