Searched defs:weston_output (Results 1 – 3 of 3) sorted by relevance
238 struct weston_output { struct239 uint32_t id;240 char *name;243 struct wl_signal user_destroy_signal;245 void *renderer_state;246 void *hdi_renderer_state;247 void *gpu_renderer_state;249 struct wl_list link;250 struct weston_compositor *compositor;253 struct weston_matrix matrix;[all …]
982 struct weston_output *weston_output; in xf_peer_activate() local
1505 int (*fn)(struct weston_output *)) in wet_set_simple_head_configurator()