if (n_thw)
{
EHWSTRACE("FET {%s} ts:%p state:%s has hwc_windows to render below.",
- NULL, hwc, "@ROOT TARGET WINDOW@", hwc_window->current.buffer.tsurface,
+ NULL, hwc, e_hwc_window_name_get(hwc_window), hwc_window->current.buffer.tsurface,
e_hwc_window_state_string_get(hwc_window->state));
i = 0;
}
else
EHWSTRACE("FET {%s} ts:%p state:%s has no hwc_windows to render.",
- NULL, hwc, "@ROOT TARGET WINDOW@", hwc_window->current.buffer.tsurface,
+ NULL, hwc, e_hwc_window_name_get(hwc_window), hwc_window->current.buffer.tsurface,
e_hwc_window_state_string_get(hwc_window->state));
}
}
e_hwc_window_info_update(hwc_window);
EHWSTRACE("FET {%s} ts:%p state:%s",
- NULL, hwc, "@ROOT TARGET WINDOW@", hwc_window->current.buffer.tsurface,
+ NULL, hwc, e_hwc_window_name_get(hwc_window), hwc_window->current.buffer.tsurface,
e_hwc_window_state_string_get(hwc_window->state));
}
}
EHWSTRACE("FET {%s} ts:%p state:%s",
- NULL, hwc, "@TARGET WINDOW@",
+ NULL, hwc, e_hwc_window_name_get(hwc_window),
hwc_window->current.buffer.tsurface, e_hwc_window_state_string_get(hwc_window->state));
}
tdm_hwc_set_client_target_acquire_fence(thwc, -1);
EHWSTRACE("FET {%s} ts:%p state:%s",
- NULL, hwc, "@TARGET WINDOW@",
+ NULL, hwc, e_hwc_window_name_get(hwc_window),
hwc_window->current.buffer.tsurface, e_hwc_window_state_string_get(hwc_window->state));
}
{
if (!target_hwc_window->is_rendering) return;
- EHWSTRACE("{%s} dequeue ts:%p", NULL, target_hwc_window->hwc, "@TARGET WINDOW@", tsurface);
+ EHWSTRACE("{%s} dequeue ts:%p", NULL, target_hwc_window->hwc, e_hwc_window_name_get((E_Hwc_Window *)target_hwc_window), tsurface);
target_hwc_window->dequeued_tsurface = tsurface;
/* tsurface has been released at the queue */
if (trace == TBM_SURFACE_QUEUE_TRACE_RELEASE)
{
- EHWSTRACE("{%s} release ts:%p", NULL, target_hwc_window->hwc, "@TARGET WINDOW@", tsurface);
+ EHWSTRACE("{%s} release ts:%p", NULL, target_hwc_window->hwc, e_hwc_window_name_get((E_Hwc_Window *)target_hwc_window), tsurface);
target_hwc_window->rendering_tsurfaces =
eina_list_remove(target_hwc_window->rendering_tsurfaces, tsurface);
Eina_Bool fence_enabled;
E_Hwc_Window_Queue_Type queue_type;
- EHWSTRACE("{%s} gets render_flush_post noti.", NULL, target_hwc_window->hwc, "@TARGET WINDOW@");
+ EHWSTRACE("{%s} gets render_flush_post noti.", NULL, target_hwc_window->hwc, e_hwc_window_name_get((E_Hwc_Window *)target_hwc_window));
if (!target_hwc_window->dequeued_tsurface)
{