from e_plane_available_tbm_formats_get() to e_plane_available_formats_get()
Change-Id: I67bc90715238fddec512370e36cece239a218bf4
if (e_plane_type_get(ep) != E_PLANE_TYPE_GRAPHIC) continue;
- formats = e_plane_available_tbm_formats_get(ep);
+ formats = e_plane_available_formats_get(ep);
if (!formats) continue;
EINA_LIST_FOREACH(formats, formats_l, format)
}
EINTERN Eina_List *
-e_plane_available_tbm_formats_get(E_Plane *plane)
+e_plane_available_formats_get(E_Plane *plane)
{
EINA_SAFETY_ON_NULL_RETURN_VAL(plane, NULL);
EINTERN Eina_Bool e_plane_unset_commit_check(E_Plane *plane, Eina_Bool fb_commit);
EINTERN Eina_Bool e_plane_is_fetch_retry(E_Plane *plane);
EINTERN Eina_Bool e_plane_fb_target_set(E_Plane *plane, Eina_Bool set);
-EINTERN Eina_List *e_plane_available_tbm_formats_get(E_Plane *plane);
+EINTERN Eina_List *e_plane_available_formats_get(E_Plane *plane);
EINTERN Eina_Bool e_plane_pp_commit(E_Plane *plane);
EINTERN Eina_Bool e_plane_zoom_set(E_Plane *plane, Eina_Rectangle *rect);
EINTERN void e_plane_zoom_unset(E_Plane *plane);