Home
last modified time | relevance | path

Searched refs:LayerEntry (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DLayerCache.h108 struct LayerEntry { struct
109 LayerEntry(): in LayerEntry() argument
113 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(NULL) { in LayerEntry() argument
118 LayerEntry(Layer* layer): in LayerEntry() argument
122 bool operator<(const LayerEntry& rhs) const {
129 bool operator==(const LayerEntry& rhs) const {
138 SortedList<LayerEntry> mCache;
DLayerCache.cpp90 LayerEntry entry(width, height); in get()
126 const LayerEntry& entry = mCache.itemAt(i); in dump()
135 LayerEntry entry(width, height); in resize()
176 LayerEntry entry(layer); in put()