Home
last modified time | relevance | path

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

/external/wayland/tests/
Dinterface-test.c40 const struct wl_interface copy = wl_registry_interface; in TEST()
42 assert(&wl_registry_interface != &copy); in TEST()
44 assert(wl_interface_equal(&wl_registry_interface, in TEST()
45 &wl_registry_interface)); in TEST()
46 assert(wl_interface_equal(&wl_registry_interface, &copy)); in TEST()
47 assert(wl_interface_equal(&wl_registry_interface, in TEST()
49 assert(!wl_interface_equal(&wl_registry_interface, &fake)); in TEST()
/external/wayland/tests/data/
Dexample-code.c43 extern const struct wl_interface wl_registry_interface;
61 &wl_registry_interface,
174 WL_EXPORT const struct wl_interface wl_registry_interface = { variable
Dexample-server.h166 extern const struct wl_interface wl_registry_interface;
968 struct wl_registry_interface { struct
Dexample-client.h163 extern const struct wl_interface wl_registry_interface;
1033 WL_DISPLAY_GET_REGISTRY, &wl_registry_interface, NULL); in wl_display_get_registry()
/external/wayland/src/
Dwayland-server.c969 static const struct wl_registry_interface registry_interface = {
1006 wl_resource_create(client, &wl_registry_interface, 1, id); in display_get_registry()