Home
last modified time | relevance | path

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

/external/wayland/tests/
Dtest-compositor.c55 const struct wl_interface test_compositor_interface = { variable
61 struct test_compositor_interface { struct
298 static const struct test_compositor_interface tc_implementation = {
308 res = wl_resource_create(client, &test_compositor_interface, ver, id); in tc_bind()
342 g = wl_global_create(d->wl_display, &test_compositor_interface, in display_create()
430 c->tc = wl_registry_bind(registry, id, &test_compositor_interface, ver); in registry_handle_globals()