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 28 GrTextureStripAtlas::Hash* GrTextureStripAtlas::gAtlasCache = nullptr;
32 if (nullptr == gAtlasCache) {
33 gAtlasCache = new Hash;
36 return gAtlasCache;
52 delete gAtlasCache;
53 gAtlasCache = nullptr;
  /external/skia/src/gpu/
GrTextureStripAtlas.h 159 static Hash* gAtlasCache;

Completed in 85 milliseconds