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

/frameworks/base/libs/hwui/
H A DLayerCache.h108 struct LayerEntry { struct in class:android::uirenderer::LayerCache
109 LayerEntry(): function in struct:android::uirenderer::LayerCache::LayerEntry
113 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(NULL) { function in struct:android::uirenderer::LayerCache::LayerEntry
118 LayerEntry(Layer* layer): function in struct:android::uirenderer::LayerCache::LayerEntry
122 bool operator<(const LayerEntry& rhs) const {
129 bool operator==(const LayerEntry& rhs) const {
136 }; // struct LayerEntry
138 SortedList<LayerEntry> mCache;

Completed in 49 milliseconds