Searched refs:wl_registry_interface (Results 1 – 5 of 5) sorted by relevance
/external/wayland/tests/ |
D | interface-test.c | 40 const struct wl_interface copy = wl_registry_interface; in TEST() 42 assert(&wl_registry_interface != ©); 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, ©)); 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/ |
D | example-code.c | 43 extern const struct wl_interface wl_registry_interface; 61 &wl_registry_interface, 174 WL_EXPORT const struct wl_interface wl_registry_interface = { variable
|
D | example-server.h | 166 extern const struct wl_interface wl_registry_interface; 968 struct wl_registry_interface { struct
|
D | example-client.h | 163 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/ |
D | wayland-server.c | 969 static const struct wl_registry_interface registry_interface = { 1006 wl_resource_create(client, &wl_registry_interface, 1, id); in display_get_registry()
|