Home
last modified time | relevance | path

Searched refs:wl_output_interface (Results 1 – 5 of 5) sorted by relevance

/external/wayland/tests/data/
Dexample-code.c40 extern const struct wl_interface wl_output_interface;
102 &wl_output_interface,
109 &wl_output_interface,
116 &wl_output_interface,
117 &wl_output_interface,
464 WL_EXPORT const struct wl_interface wl_output_interface = { variable
Dexample-server.h689 extern const struct wl_interface wl_output_interface;
4029 struct wl_output_interface { struct
Dexample-client.h686 extern const struct wl_interface wl_output_interface;
/external/crosvm/gpu_display/src/
Ddisplay_wl.c267 registry, id, &wl_output_interface, 2); in registry_global()
/external/wayland/tests/
Ddisplay-test.c1397 ptr = wl_registry_bind(registry, seat_id, &wl_output_interface, 1); in registry_bind_interface_mismatch_client()