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

  /external/skia/src/gpu/effects/
GrTextureStripAtlas.h 139 typedef GrTBinHashKey<AtlasEntry, sizeof(GrTextureStripAtlas::Desc)> AtlasHashKey;
144 int compare(const AtlasHashKey& key) const { return fKey.compare(key); }
145 AtlasHashKey fKey;
149 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* gAtlasCache;
151 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* GetCache();
GrTextureStripAtlas.cpp 23 GrTextureStripAtlas::AtlasHashKey, 8>*
26 GrTHashTable<GrTextureStripAtlas::AtlasEntry, GrTextureStripAtlas::AtlasHashKey, 8>*
30 gAtlasCache = SkNEW((GrTHashTable<AtlasEntry, AtlasHashKey, 8>));
55 AtlasHashKey key;

Completed in 56 milliseconds