Searched refs:AtlasEntry (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h133 * free up any allocated AtlasEntry and GrTextureStripAtlas objects
138 class AtlasEntry;
141 static bool Equals(const AtlasEntry& entry, const AtlasHashKey& key);
142 static bool LessThan(const AtlasEntry& entry, const AtlasHashKey& key);
144 class AtlasEntry : public ::SkNoncopyable { class in class:GrTextureStripAtlas
146 AtlasEntry() : fAtlas(NULL) {} function in class:GrTextureStripAtlas::AtlasEntry
147 ~AtlasEntry() { SkDELETE(fAtlas); }
152 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* gAtlasCache;
154 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* GetCache();
184 inline bool GrTextureStripAtlas::AtlasHashKey::Equals(const AtlasEntry
[all...]
H A DGrTextureStripAtlas.cpp22 GrTHashTable<GrTextureStripAtlas::AtlasEntry,
26 GrTHashTable<GrTextureStripAtlas::AtlasEntry, GrTextureStripAtlas::AtlasHashKey, 8>*
30 gAtlasCache = SkNEW((GrTHashTable<AtlasEntry, AtlasHashKey, 8>));
40 AtlasEntry* entry = static_cast<AtlasEntry*>(info);
57 AtlasEntry* entry = GetCache()->find(key);
59 entry = SkNEW(AtlasEntry);
/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h133 * free up any allocated AtlasEntry and GrTextureStripAtlas objects
138 class AtlasEntry;
141 static bool Equals(const AtlasEntry& entry, const AtlasHashKey& key);
142 static bool LessThan(const AtlasEntry& entry, const AtlasHashKey& key);
144 class AtlasEntry : public ::SkNoncopyable { class in class:GrTextureStripAtlas
146 AtlasEntry() : fAtlas(NULL) {} function in class:GrTextureStripAtlas::AtlasEntry
147 ~AtlasEntry() { SkDELETE(fAtlas); }
152 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* gAtlasCache;
154 static GrTHashTable<AtlasEntry, AtlasHashKey, 8>* GetCache();
184 inline bool GrTextureStripAtlas::AtlasHashKey::Equals(const AtlasEntry
[all...]
H A DGrTextureStripAtlas.cpp22 GrTHashTable<GrTextureStripAtlas::AtlasEntry,
26 GrTHashTable<GrTextureStripAtlas::AtlasEntry, GrTextureStripAtlas::AtlasHashKey, 8>*
30 gAtlasCache = SkNEW((GrTHashTable<AtlasEntry, AtlasHashKey, 8>));
40 AtlasEntry* entry = static_cast<AtlasEntry*>(info);
57 AtlasEntry* entry = GetCache()->find(key);
59 entry = SkNEW(AtlasEntry);

Completed in 89 milliseconds