Searched refs:DISPLAY_LIST_LOGD (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DDisplayList.cpp60 DISPLAY_LIST_LOGD("Deferring display list destruction");
489 DISPLAY_LIST_LOGD("%*sDone (%p, %s), returning %d", level * 2, "", this, mName.string(),
509 DISPLAY_LIST_LOGD("%*sEmpty display list (%p, %s)", level * 2, "", this, mName.string());
515 DISPLAY_LIST_LOGD("%*sStart display list (%p, %s), clipRect: %.0f, %.0f, %.0f, %.0f",
524 DISPLAY_LIST_LOGD("%*sSave %d %d", (level + 1) * 2, "",
530 DISPLAY_LIST_LOGD("%*sRestoreToCount %d", (level + 1) * 2, "", restoreTo);
550 DISPLAY_LIST_LOGD("%*sRestoreToCount %d", (level + 1) * 2, "", restoreTo);
H A DDisplayListRenderer.h41 #define DISPLAY_LIST_LOGD(...) ALOGD(__VA_ARGS__) macro
43 #define DISPLAY_LIST_LOGD(...)

Completed in 36 milliseconds