Home
last modified time | relevance | path

Searched defs:weston_output (Results 1 – 3 of 3) sorted by relevance

/third_party/weston/include/libweston/
Dlibweston.h238 struct weston_output { struct
239 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 …]
/third_party/weston/libweston/backend-rdp/
Drdp.c982 struct weston_output *weston_output; in xf_peer_activate() local
/third_party/weston/compositor/
Dmain.c1505 int (*fn)(struct weston_output *)) in wet_set_simple_head_configurator()