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 49 class DisplayListRenderer;
57 class ANDROID_API DisplayListRenderer: public StatefulBaseRenderer {
59 DisplayListRenderer();
60 virtual ~DisplayListRenderer();
311 }; // class DisplayListRenderer
DisplayListRenderer.cpp 29 #include "DisplayListRenderer.h"
35 DisplayListRenderer::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::interrupt()
    [all...]

Completed in 105 milliseconds