Home
last modified time | relevance | path

Searched refs:DisplayListRenderer (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/
DDisplayListRenderer.cpp34 DisplayListRenderer::DisplayListRenderer(): in DisplayListRenderer() function in android::uirenderer::DisplayListRenderer
40 DisplayListRenderer::~DisplayListRenderer() { in ~DisplayListRenderer()
44 void DisplayListRenderer::reset() { in reset()
103 DisplayList* DisplayListRenderer::getDisplayList(DisplayList* displayList) { in getDisplayList()
113 bool DisplayListRenderer::isDeferred() { in isDeferred()
117 void DisplayListRenderer::setViewport(int width, int height) { in setViewport()
124 status_t DisplayListRenderer::prepareDirty(float left, float top, in prepareDirty()
138 void DisplayListRenderer::finish() { in finish()
143 void DisplayListRenderer::interrupt() { in interrupt()
146 void DisplayListRenderer::resume() { in resume()
[all …]
DDisplayListRenderer.h51 class DisplayListRenderer; variable
59 class DisplayListRenderer: public OpenGLRenderer {
61 ANDROID_API DisplayListRenderer();
62 virtual ~DisplayListRenderer();
DDisplayList.h55 class DisplayListRenderer; variable
99 DisplayList(const DisplayListRenderer& recorder);
112 void initFromDisplayListRenderer(const DisplayListRenderer& recorder, bool reusing = false);
DAndroid.mk19 DisplayListRenderer.cpp \
DDisplayList.cpp46 DisplayList::DisplayList(const DisplayListRenderer& recorder) : in DisplayList()
151 void DisplayList::initFromDisplayListRenderer(const DisplayListRenderer& recorder, bool reusing) { in initFromDisplayListRenderer()
DOpenGLRenderer.h1056 friend class DisplayListRenderer; variable
/frameworks/base/core/jni/
Dandroid_view_GLES20Canvas.cpp717 jobject clazz, DisplayListRenderer* renderer, DisplayList* displayList) { in android_view_GLES20Canvas_getDisplayList()
723 return new DisplayListRenderer; in android_view_GLES20Canvas_createDisplayListRenderer()
727 jobject clazz, DisplayListRenderer* renderer) { in android_view_GLES20Canvas_resetDisplayListRenderer()