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

/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h49 class DisplayListRenderer;
57 class ANDROID_API DisplayListRenderer: public StatefulBaseRenderer { class in namespace:android::uirenderer
59 DisplayListRenderer();
60 virtual ~DisplayListRenderer();
311 }; // class DisplayListRenderer
H A DDisplayListRenderer.cpp29 #include "DisplayListRenderer.h"
35 DisplayListRenderer::DisplayListRenderer() function in class:android::uirenderer::DisplayListRenderer
45 DisplayListRenderer::~DisplayListRenderer() {
47 "Destroyed a DisplayListRenderer during a record!");
54 DisplayListData* DisplayListRenderer::finishRecording() {
63 status_t DisplayListRenderer::prepareDirty(float left, float top,
79 void DisplayListRenderer::finish() {
84 void DisplayListRenderer
[all...]

Completed in 102 milliseconds