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

/external/skia/src/gpu/effects/
H A DGrTextureStripAtlas.h136 * free up any allocated AtlasEntry and GrTextureStripAtlas objects
141 class AtlasEntry : public ::SkNoncopyable { class in class:GrTextureStripAtlas
144 static const Desc& GetKey(const AtlasEntry& entry) { return entry.fDesc; }
147 // AtlasEntry proper
148 AtlasEntry() : fAtlas(nullptr) {} function in class:GrTextureStripAtlas::AtlasEntry
149 ~AtlasEntry() { delete fAtlas; }

Completed in 61 milliseconds