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

  /frameworks/base/libs/hwui/
DisplayListRenderer.h 47 class DisplayListRenderer;
55 class ANDROID_API DisplayListRenderer: public StatefulBaseRenderer {
57 DisplayListRenderer();
58 virtual ~DisplayListRenderer();
315 }; // class DisplayListRenderer
DisplayListRenderer.cpp 28 #include "DisplayListRenderer.h"
34 DisplayListRenderer::DisplayListRenderer()
44 DisplayListRenderer::~DisplayListRenderer() {
46 "Destroyed a DisplayListRenderer during a record!");
53 DisplayListData* DisplayListRenderer::finishRecording() {
62 status_t DisplayListRenderer::prepareDirty(float left, float top,
78 void DisplayListRenderer::finish() {
83 void DisplayListRenderer::interrupt()
    [all...]

Completed in 45 milliseconds