Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DLayerCache.h97 struct LayerEntry { struct
98 LayerEntry(): in LayerEntry() argument
102 LayerEntry(const uint32_t layerWidth, const uint32_t layerHeight): mLayer(nullptr) { in LayerEntry() argument
107 LayerEntry(Layer* layer): in LayerEntry() function
121 friend inline int strictly_order_type(const LayerEntry& lhs, const LayerEntry& rhs) { in strictly_order_type() argument
125 friend inline int compare_type(const LayerEntry& lhs, const LayerEntry& rhs) { in compare_type() argument
132 }; // struct LayerEntry argument