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

  /frameworks/base/libs/hwui/
DisplayListRenderer.cpp 28 #include "DisplayListRenderer.h"
34 DisplayListRenderer::DisplayListRenderer():
40 DisplayListRenderer::~DisplayListRenderer() {
44 void DisplayListRenderer::reset() {
103 DisplayList* DisplayListRenderer::getDisplayList(DisplayList* displayList) {
113 bool DisplayListRenderer::isDeferred() {
117 void DisplayListRenderer::setViewport(int width, int height) {
124 status_t DisplayListRenderer::prepareDirty(float left, float top
    [all...]
DisplayListRenderer.h 51 class DisplayListRenderer;
59 class DisplayListRenderer: public OpenGLRenderer {
61 ANDROID_API DisplayListRenderer();
62 virtual ~DisplayListRenderer();
354 }; // class DisplayListRenderer
DisplayList.h 55 class DisplayListRenderer;
99 DisplayList(const DisplayListRenderer& recorder);
112 void initFromDisplayListRenderer(const DisplayListRenderer& recorder, bool reusing = false);
Android.mk 19 DisplayListRenderer.cpp \
DisplayList.cpp 46 DisplayList::DisplayList(const DisplayListRenderer& recorder) :
151 void DisplayList::initFromDisplayListRenderer(const DisplayListRenderer& recorder, bool reusing) {
OpenGLRenderer.h     [all...]
  /frameworks/base/core/jni/
android_view_GLES20Canvas.cpp 45 #include <DisplayListRenderer.h>
717 jobject clazz, DisplayListRenderer* renderer, DisplayList* displayList) {
723 return new DisplayListRenderer;
727 jobject clazz, DisplayListRenderer* renderer) {
    [all...]
android_view_GLES20DisplayList.cpp 27 #include <DisplayListRenderer.h>

Completed in 6643 milliseconds