Home
last modified time | relevance | path

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

/external/wayland/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;
/external/mesa3d/src/egl/main/
Degldisplay.c133 if (first_pointer == &wl_display_interface) in _eglNativePlatformDetectNativeDisplay()
/external/wayland/src/
Dwayland-client.c215 if (intf && wl_interface_equal(intf, &wl_display_interface)) { in display_protocol_error()
1097 display->proxy.object.interface = &wl_display_interface; in wl_display_connect_to_fd()
Dwayland-server.c1028 static const struct wl_display_interface display_interface = {
1043 wl_resource_create(client, &wl_display_interface, 1, 1); in bind_display()
/external/wayland/tests/
Ddisplay-test.c438 assert(interface == &wl_display_interface); in post_implementation_error_main()
/external/swiftshader/include/Wayland/
Dwayland-client-protocol.h108 extern const struct wl_interface wl_display_interface;