Home
last modified time | relevance | path

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

/external/wayland/tests/
Dresources-test.c49 res = wl_resource_create(client, &wl_seat_interface, 4, 0); in TEST()
109 res = wl_resource_create(client, &wl_seat_interface, 4, 0); in TEST()
123 res = wl_resource_create(client, &wl_seat_interface, 2, 0); in TEST()
153 res = wl_resource_create(client, &wl_seat_interface, 2, 0); in TEST()
159 res2 = wl_resource_create(client, &wl_seat_interface, 1, id); in TEST()
Ddisplay-test.c233 res = wl_resource_create(client, &wl_seat_interface, vers, id); in bind_seat()
792 resource = wl_resource_create(client, &wl_seat_interface, version, id); in bind_seat_and_post_error()
Dtest-compositor.c308 res = wl_resource_create(client, &test_compositor_interface, ver, id); in tc_bind()
/external/wayland/src/
Dwayland-shm.c199 wl_resource_create(client, &wl_buffer_interface, 1, id); in shm_pool_create_buffer()
290 wl_resource_create(client, &wl_shm_pool_interface, 1, id); in shm_create_pool()
323 resource = wl_resource_create(client, &wl_shm_interface, 1, id); in bind_shm()
Dwayland-server.c813 callback = wl_resource_create(client, &wl_callback_interface, 1, id); in display_sync()
839 wl_resource_create(client, &wl_registry_interface, 1, id); in display_get_registry()
875 wl_resource_create(client, &wl_display_interface, 1, 1); in bind_display()
1476 wl_resource_create(struct wl_client *client, in wl_resource_create() function
1788 resource = wl_resource_create(client, interface, -1, id); in wl_client_add_object()
1810 resource = wl_resource_create(client, interface, -1, 0); in wl_client_new_object()
Dwayland-server-core.h406 wl_resource_create(struct wl_client *client,
/external/mesa3d/src/egl/wayland/wayland-drm/
Dwayland-drm.c96 wl_resource_create(client, &wl_buffer_interface, 1, id); in create_buffer()
203 resource = wl_resource_create(client, &wl_drm_interface, in bind_drm()