Home | History | Annotate | Download | only in hwui

Lines Matching refs:displayList

20 #include "DisplayList.h"
27 void DisplayList::outputLogBuffer(int fd) {
35 fprintf(file, "\nRecent DisplayList operations\n");
46 DisplayList::DisplayList(const DisplayListRenderer& recorder) :
53 DisplayList::~DisplayList() {
58 void DisplayList::destroyDisplayListDeferred(DisplayList* displayList) {
59 if (displayList) {
61 Caches::getInstance().deleteDisplayListDeferred(displayList);
65 void DisplayList::clearResources() {
151 void DisplayList::reset() {
156 void DisplayList::initFromDisplayListRenderer(const DisplayListRenderer& recorder, bool reusing) {
243 void DisplayList::init() {
274 size_t DisplayList::getSize() {
282 void DisplayList::output(uint32_t level) {
297 float DisplayList::getPivotX() {
302 float DisplayList::getPivotY() {
307 void DisplayList::updateMatrix() {
350 void DisplayList::outputViewProperties(const int level) {
397 * displaylist, and thus don't have to compensate for the record-time/playback-time discrepancy in
403 void DisplayList::setViewProperties(OpenGLRenderer& renderer, T& handler,
462 void DisplayList::defer(DeferStateStruct& deferStruct, const int level) {
482 void DisplayList::replay(ReplayStateStruct& replayStruct, const int level) {
494 * This function serves both defer and replay modes, and will organize the displayList's component
503 void DisplayList::iterate(OpenGLRenderer& renderer, T& handler, const int level) {