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.h115 * in sync. This functor, when added to DisplayList, will be call during DisplayList sync.
131 class DisplayList { class in namespace:android::uirenderer
136 // range of included ops in DisplayList::ops()
140 // range of included children in DisplayList::children()
151 DisplayList();
152 ~DisplayList();
195 // Resources - Skia objects + 9 patches referred to by this DisplayList
207 // 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 57 milliseconds