Home
last modified time | relevance | path

Searched refs:wl_display_interface (Results 1 – 6 of 6) sorted by relevance

/third_party/wayland_standard/tests/data/
Dexample-code.c159 WL_EXPORT const struct wl_interface wl_display_interface = { variable
Dexample-server.h111 extern const struct wl_interface wl_display_interface;
910 struct wl_display_interface { struct
Dexample-client.h108 extern const struct wl_interface wl_display_interface;
/third_party/wayland_standard/src/
Dwayland-client.c180 if (intf && wl_interface_equal(intf, &wl_display_interface)) { in display_protocol_error()
1062 display->proxy.object.interface = &wl_display_interface; in wl_display_connect_to_fd()
Dwayland-server.c1006 static const struct wl_display_interface display_interface = {
1021 wl_resource_create(client, &wl_display_interface, 1, 1); in bind_display()
/third_party/wayland_standard/tests/
Ddisplay-test.c438 assert(interface == &wl_display_interface); in post_implementation_error_main()