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

/frameworks/base/libs/hwui/
H A DDisplayList.cpp23 #include "DisplayList.h"
35 DisplayList::DisplayList() function in class:android::uirenderer::DisplayList
52 DisplayList::~DisplayList() {
56 void DisplayList::cleanupResources() {
88 size_t DisplayList::addChild(NodeOpType* op) {
H A DDisplayList.h126 class DisplayList { class in namespace:android::uirenderer
131 // range of included ops in DisplayList::ops()
135 // range of included children in DisplayList::children()
146 DisplayList();
147 ~DisplayList();
190 // Resources - Skia objects + 9 patches referred to by this DisplayList
202 // but a callback during sync DisplayList, unlike the list of functors defined above, which
H A DLayer.h62 DisplayList, member in class:android::uirenderer::Layer::Type
379 * Denotes whether the layer is a DisplayList, or Texture layer.

Completed in 76 milliseconds