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 23 #include "DisplayList.h"
35 DisplayList::DisplayList()
52 DisplayList::~DisplayList() {
56 void DisplayList::cleanupResources() {
88 size_t DisplayList::addChild(NodeOpType* op) {
DisplayList.h 126 class DisplayList {
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
Layer.h 62 DisplayList,
379 * Denotes whether the layer is a DisplayList, or Texture layer.
  /external/mesa3d/src/egl/main/
eglglobals.h 47 _EGLDisplay *DisplayList;
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 545 milliseconds