Searched refs:surf_list (Results 1 – 3 of 3) sorted by relevance
64 struct ivi_layout_surface **surf_list = NULL; in get_screens_info() local65 lyt->get_surfaces_on_layer(layer, &surf_cnt, &surf_list); in get_screens_info()89 struct ivi_layout_surface *surface = surf_list[j]; in get_screens_info()
1148 struct ivi_layout_surface **surf_list = NULL; local1165 lyt->get_surfaces_on_layer(layout_layer, &surface_count, &surf_list);1167 id = lyt->get_id_of_surface(surf_list[i]);1171 free(surf_list);
119 get_surface(struct wl_list *surf_list, uint32_t id_surface) in get_surface() argument123 wl_list_for_each(ivisurf, surf_list, link) { in get_surface()