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

  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 21 #include "DisplayListRenderer.h"
91 DisplayList::DisplayList(const DisplayListRenderer& recorder) {
138 void DisplayList::initFromDisplayListRenderer(const DisplayListRenderer& recorder, bool reusing) {
    [all...]
DisplayListRenderer.h 55 class DisplayListRenderer;
62 DisplayList(const DisplayListRenderer& recorder);
110 void initFromDisplayListRenderer(const DisplayListRenderer& recorder, bool reusing = false);
233 class DisplayListRenderer: public OpenGLRenderer {
235 ANDROID_API DisplayListRenderer();
236 virtual ~DisplayListRenderer();
502 }; // class DisplayListRenderer

Completed in 41 milliseconds