Searched defs:DEFER_LOGD (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/hwui/
H A DDeferredDisplayList.cpp31 #define DEFER_LOGD(...) ALOGD(__VA_ARGS__) macro
33 #define DEFER_LOGD(...) macro
76 DEFER_LOGD("op intersects with op %p with bounds %f %f %f %f:", mOps[i],
88 DEFER_LOGD("%d replaying DrawingBatch %p, with %d ops (batch id %x, merge id %p)",
196 DEFER_LOGD("%d replaying DrawingBatch %p, with %d ops (batch id %x, merge id %p)",
222 DEFER_LOGD("replaying state op batch %p", this);
242 DEFER_LOGD("batch %p restoring to count %d", this, mRestoreCount);
324 DEFER_LOGD("%p Received complex clip operation %p", this, op);
331 DEFER_LOGD(" Starting complex clip region, start is %d", mComplexClipStackStart);
349 DEFER_LOGD("
[all...]

Completed in 36 milliseconds