HomeSort by relevance Sort by last modified time
    Searched defs:DisplayList (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/
DisplayList.cpp 24 #include "DisplayList.h"
34 DisplayList::DisplayList()
50 DisplayList::~DisplayList() {
54 void DisplayList::cleanupResources() {
86 size_t DisplayList::addChild(NodeOpType* op) {
93 void DisplayList::syncContents() {
102 void DisplayList::updateChildren(std::function<void(RenderNode*)> updateFn) {
108 bool DisplayList::prepareListAndChildren(TreeObserver& observer, TreeInfo& info, bool functorsNeedLayer
    [all...]
DisplayList.h 75 class DisplayList {
79 // range of included ops in DisplayList::ops()
83 // range of included children in DisplayList::children()
94 DisplayList();
95 virtual ~DisplayList();
145 // Resources - Skia objects + 9 patches referred to by this DisplayList
157 // but a callback during sync DisplayList, unlike the list of functors defined above, which
  /external/mesa3d/src/egl/main/
eglglobals.h 55 _EGLDisplay *DisplayList;
  /external/swiftshader/src/OpenGL/libGL/
Context.h 262 class DisplayList
265 DisplayList()
269 ~DisplayList()
800 std::map<GLuint, DisplayList*> displayList;
801 DisplayList *list;
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 1522 milliseconds