Searched refs:DEFER_LOGD (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/ |
D | DeferredDisplayList.cpp | 35 #define DEFER_LOGD(...) ALOGD(__VA_ARGS__) macro 37 #define DEFER_LOGD(...) macro 84 DEFER_LOGD("op intersects with op %p with bounds %f %f %f %f:", mOps[i].op, in intersects() 96 DEFER_LOGD("%d replaying DrawBatch %p, with %d ops (batch id %x, merge id %p)", in replay() 252 DEFER_LOGD("%d replaying MergingDrawBatch %p, with %d ops," in replay() 292 DEFER_LOGD("replaying state op batch %p", this); in replay() 313 DEFER_LOGD("batch %p restoring to count %d", this, mRestoreCount); in replay() 395 DEFER_LOGD("%p Received complex clip operation %p", this, op); in addClip() 402 DEFER_LOGD(" Starting complex clip region, start is %d", mComplexClipStackStart); in addClip() 420 DEFER_LOGD("%p adding saveLayerOp %p, flags %x, new count %d", in addSaveLayer() [all …]
|