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()
49 DisplayList::~DisplayList() {
53 void DisplayList::cleanupResources() {
85 size_t DisplayList::addChild(NodeOpType* op) {
92 void DisplayList::syncContents() {
101 void DisplayList::updateChildren(std::function<void(RenderNode*)> updateFn) {
107 bool DisplayList::prepareListAndChildren
    [all...]
DisplayList.h 75 class DisplayList {
80 // range of included ops in DisplayList::ops()
84 // range of included children in DisplayList::children()
95 DisplayList();
96 virtual ~DisplayList();
142 // Resources - Skia objects + 9 patches referred to by this DisplayList
155 // 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 264 class DisplayList
267 DisplayList()
271 ~DisplayList()
800 std::map<GLuint, DisplayList*> displayList;
801 DisplayList *list;
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 375 milliseconds