if (e_hwc_norender_get(hwc) > 0)
{
- EHWSTRACE("NoRender get. Do not ecore_evas_manual_render", NULL, hwc);
+ EHWSTRACE("NoRender get. Do not render", NULL, hwc);
return EINA_TRUE;
}
{
egl_error = eglGetError();
if (egl_error != EGL_SUCCESS)
- ERR("EGL Error:%d in ecore_evas_manual_render", egl_error);
+ ERR("EGL Error:%d in canvas_render", egl_error);
}
target_hwc_window->is_rendering = EINA_FALSE;
TRACE_DS_END();
if (!_e_output_zoom_touch_set(output))
EOERR("fail _e_output_zoom_touch_set", output);
- /* update the ecore_evas */
+ /* update the render */
if (e_hwc_windows_pp_commit_possible_check(output->hwc))
_e_output_render_update(output);
}
return EINA_FALSE;
}
- /* update the ecore_evas */
+ /* update the render */
if (e_hwc_windows_pp_commit_possible_check(output->hwc))
_e_output_render_update(output);
output->zoom_conf.rect_touch.w = 0;
output->zoom_conf.rect_touch.h = 0;
- /* update the ecore_evas */
+ /* update the render */
_e_output_render_update(output);
ELOGF("ZOOM", "e_output_zoom_unset: output:%s", NULL, output->id);
_e_output_display_mode_set(output, E_OUTPUT_DISPLAY_MODE_MIRROR);
output->external_set = EINA_TRUE;
- /* update the ecore_evas of the src_output */
+ /* update the render of the src_output */
_e_output_force_render_set(src_output);
EOINF("e_output_mirror_set done: E_OUTPUT_DISPLAY_MODE_MIRROR", output);
if (e_output_display_mode_get(output) == E_OUTPUT_DISPLAY_MODE_MIRROR)
{
- /* update the ecore_evas of the src_output */
+ /* update the render of the src_output */
_e_output_render_update(src_output);
output->external_set = EINA_FALSE;
_e_output_display_mode_set(output, E_OUTPUT_DISPLAY_MODE_NONE);