Home
last modified time | relevance | path

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

/aosp_15_r20/external/wayland/tests/
H A Dtest-compositor.c58 const struct wl_interface test_compositor_interface = { variable
64 struct test_compositor_interface { struct
344 static const struct test_compositor_interface tc_implementation = {
355 res = wl_resource_create(client, &test_compositor_interface, ver, id); in tc_bind()
389 &test_compositor_interface, in display_create()
500 c->tc = wl_registry_bind(registry, id, &test_compositor_interface, ver); in registry_handle_globals()