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

/frameworks/base/libs/hwui/
H A DRenderNode.cpp942 DISPLAY_LIST_LOGD("%*s%d %s 3d children:", (handler.level() + 1) * 2, "",
981 DISPLAY_LIST_LOGD("%*s%d projected children:", (handler.level() + 1) * 2, "", mProjectedNodes.size());
1035 DISPLAY_LIST_LOGD("%*sEmpty display list (%p, %s)", handler.level() * 2, "",
1055 DISPLAY_LIST_LOGD("%*sRejected display list (%p, %s)", handler.level() * 2, "",
1065 DISPLAY_LIST_LOGD("%*sStart display list (%p, %s), localClipBounds: %.0f, %.0f, %.0f, %.0f",
1075 DISPLAY_LIST_LOGD("%*sSave %d %d", (handler.level() + 1) * 2, "",
1126 DISPLAY_LIST_LOGD("%*sRestoreToCount %d", (handler.level() + 1) * 2, "", restoreTo);
1130 DISPLAY_LIST_LOGD("%*sDone (%p, %s)", handler.level() * 2, "", this, getName());
H A DDisplayListCanvas.h45 #define DISPLAY_LIST_LOGD(...) ALOGD(__VA_ARGS__) macro
47 #define DISPLAY_LIST_LOGD(...)

Completed in 4296 milliseconds