Searched defs:DisplayListRenderer (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.cpp24 #include "DisplayListRenderer.h"
97 DisplayList::DisplayList(const DisplayListRenderer& recorder) :
194 void DisplayList::initFromDisplayListRenderer(const DisplayListRenderer& recorder, bool reusing) {
1350 DisplayListRenderer::DisplayListRenderer(): function in class:android::uirenderer::DisplayListRenderer
1356 DisplayListRenderer::~DisplayListRenderer() {
1360 void DisplayListRenderer::reset() {
1417 DisplayList* DisplayListRenderer::getDisplayList(DisplayList* displayList) {
1427 bool DisplayListRenderer
[all...]
H A DDisplayListRenderer.h62 class DisplayListRenderer;
69 DisplayList(const DisplayListRenderer& recorder);
134 void initFromDisplayListRenderer(const DisplayListRenderer& recorder, bool reusing = false);
543 class DisplayListRenderer: public OpenGLRenderer { class in namespace:android::uirenderer
545 ANDROID_API DisplayListRenderer();
546 virtual ~DisplayListRenderer();
900 }; // class DisplayListRenderer

Completed in 10 milliseconds