Searched defs:AtlasHashKey (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h139 class AtlasHashKey : public GrBinHashKey<sizeof(GrTextureStripAtlas::Desc)> { class in class:GrTextureStripAtlas
141 static bool Equals(const AtlasEntry& entry, const AtlasHashKey& key);
142 static bool LessThan(const AtlasEntry& entry, const AtlasHashKey& key);
148 AtlasHashKey fKey;
152 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* gAtlasCache;
154 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* GetCache();
184 inline bool GrTextureStripAtlas::AtlasHashKey::Equals(const AtlasEntry& entry,
185 const AtlasHashKey& key) {
189 inline bool GrTextureStripAtlas::AtlasHashKey::LessThan(const AtlasEntry& entry,
190 const AtlasHashKey
[all...]
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h139 class AtlasHashKey : public GrBinHashKey<sizeof(GrTextureStripAtlas::Desc)> { class in class:GrTextureStripAtlas
141 static bool Equals(const AtlasEntry& entry, const AtlasHashKey& key);
142 static bool LessThan(const AtlasEntry& entry, const AtlasHashKey& key);
148 AtlasHashKey fKey;
152 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* gAtlasCache;
154 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* GetCache();
184 inline bool GrTextureStripAtlas::AtlasHashKey::Equals(const AtlasEntry& entry,
185 const AtlasHashKey& key) {
189 inline bool GrTextureStripAtlas::AtlasHashKey::LessThan(const AtlasEntry& entry,
190 const AtlasHashKey
[all...]

Completed in 90 milliseconds