Searched refs:surface_list (Results 1 – 10 of 10) sorted by relevance
/third_party/weston/libweston-desktop/ |
D | client.c | 38 struct wl_list surface_list; member 56 struct wl_list *list = &client->surface_list; in weston_desktop_client_destroy() 105 wl_list_init(&client->surface_list); in weston_desktop_client_create() 155 return &client->surface_list; in weston_desktop_client_get_surface_list() 169 struct wl_list *list = &client->surface_list; in weston_desktop_client_for_each_surface() 181 weston_desktop_surface_from_client_link(client->surface_list.next); in weston_desktop_client_ping()
|
/third_party/weston/desktop-shell/ |
D | exposay.c | 189 wl_list_for_each(esurface, &shell->exposay.surface_list, link) { in exposay_pick() 331 wl_list_insert(&shell->exposay.surface_list, &esurface->link); in exposay_layout() 474 wl_list_for_each(esurface, &shell->exposay.surface_list, link) { in exposay_maybe_move() 627 wl_list_for_each(esurface, &shell->exposay.surface_list, link) in exposay_transition_inactive() 647 wl_list_init(&shell->exposay.surface_list); in exposay_transition_active()
|
D | shell.h | 76 struct wl_list surface_list; member
|
/third_party/weston/clients/ |
D | nested.c | 69 struct wl_list surface_list; member 644 wl_list_insert(nested->surface_list.prev, &surface->link); in compositor_create_surface() 736 wl_list_init(&nested->surface_list); in nested_init_compositor() 868 wl_list_for_each(surface, &nested->surface_list, link) in blit_frame_callback() 889 wl_list_for_each(s, &nested->surface_list, link) { in blit_render_clients()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/ |
D | window.h | 69 struct wl_list surface_list; member
|
/third_party/weston/ivi-shell/ |
D | ivi-layout.c | 665 wl_list_for_each(ivisurf, &layout->surface_list, link) { in commit_surface_list() 913 wl_list_for_each_reverse(ivisurf, &layout->surface_list, link) { in send_prop() 1059 wl_list_for_each(ivisurf, &layout->surface_list, link) { in ivi_layout_get_surface_from_id() 1249 length = wl_list_length(&layout->surface_list); in ivi_layout_get_surfaces() 1259 wl_list_for_each(ivisurf, &layout->surface_list, link) { in ivi_layout_get_surfaces() 1945 search_ivisurf = get_surface(&layout->surface_list, id_surface); in ivi_layout_surface_set_id() 2033 wl_list_insert(&layout->surface_list, &ivisurf->link); in surface_create() 2073 ivisurf = get_surface(&layout->surface_list, id_surface); in ivi_layout_surface_create() 2158 wl_list_init(&layout->surface_list); in ivi_layout_init_with_compositor()
|
D | ivi-layout-private.h | 95 struct wl_list surface_list; /* ivi_layout_surface::link */ member
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | window.c | 531 wl_list_init(&p_display->surface_list); in CreateDisplay() 622 wl_list_insert(p_display->surface_list.prev, &p_window->link); in CreateEglWindow()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
D | surface.c | 64 vlVaDestroySurfaces(VADriverContextP ctx, VASurfaceID *surface_list, int num_surfaces) in vlVaDestroySurfaces() argument 75 vlVaSurface *surf = handle_table_get(drv->htab, surface_list[i]); in vlVaDestroySurfaces() 84 handle_table_remove(drv->htab, surface_list[i]); in vlVaDestroySurfaces()
|
D | va_private.h | 357 VAStatus vlVaDestroySurfaces(VADriverContextP ctx, VASurfaceID *surface_list, int num_surfaces);
|