Lines Matching refs:wl_interface
108 extern const struct wl_interface wl_display_interface;
163 extern const struct wl_interface wl_registry_interface;
182 extern const struct wl_interface wl_callback_interface;
203 extern const struct wl_interface wl_compositor_interface;
232 extern const struct wl_interface wl_shm_pool_interface;
265 extern const struct wl_interface wl_shm_interface;
290 extern const struct wl_interface wl_buffer_interface;
317 extern const struct wl_interface wl_data_offer_interface;
340 extern const struct wl_interface wl_data_source_interface;
365 extern const struct wl_interface wl_data_device_interface;
400 extern const struct wl_interface wl_data_device_manager_interface;
425 extern const struct wl_interface wl_shell_interface;
462 extern const struct wl_interface wl_shell_surface_interface;
555 extern const struct wl_interface wl_surface_interface;
578 extern const struct wl_interface wl_seat_interface;
609 extern const struct wl_interface wl_pointer_interface;
628 extern const struct wl_interface wl_keyboard_interface;
659 extern const struct wl_interface wl_touch_interface;
686 extern const struct wl_interface wl_output_interface;
709 extern const struct wl_interface wl_region_interface;
762 extern const struct wl_interface wl_subcompositor_interface;
875 extern const struct wl_interface wl_subsurface_interface;
1141 wl_registry_bind(struct wl_registry *wl_registry, uint32_t name, const struct wl_interface *interfa… in wl_registry_bind()