Searched refs:wl_resource_create (Results 1 – 7 of 7) sorted by relevance
/external/wayland/tests/ |
D | resources-test.c | 49 res = wl_resource_create(client, &wl_seat_interface, 4, 0); in TEST() 120 res = wl_resource_create(client, &wl_seat_interface, 4, 0); in TEST() 136 res = wl_resource_create(client, &wl_seat_interface, 2, 0); in TEST() 168 res = wl_resource_create(client, &wl_seat_interface, 2, 0); in TEST() 174 res2 = wl_resource_create(client, &wl_seat_interface, 1, id); in TEST()
|
D | display-test.c | 238 res = wl_resource_create(client, &wl_seat_interface, vers, id); in bind_seat() 837 resource = wl_resource_create(client, &wl_seat_interface, version, id); in bind_seat_and_post_error() 1241 res = wl_resource_create(client, &fd_passer_interface, vers, id); in bind_fd_passer()
|
D | test-compositor.c | 319 res = wl_resource_create(client, &test_compositor_interface, ver, id); in tc_bind()
|
/external/wayland/src/ |
D | wayland-shm.c | 204 wl_resource_create(client, &wl_buffer_interface, 1, id); in shm_pool_create_buffer() 306 wl_resource_create(client, &wl_shm_pool_interface, 1, id); in shm_create_pool() 339 resource = wl_resource_create(client, &wl_shm_interface, 1, id); in bind_shm()
|
D | wayland-server.c | 980 callback = wl_resource_create(client, &wl_callback_interface, 1, id); in display_sync() 1006 wl_resource_create(client, &wl_registry_interface, 1, id); in display_get_registry() 1043 wl_resource_create(client, &wl_display_interface, 1, 1); in bind_display() 1784 wl_resource_create(struct wl_client *client, in wl_resource_create() function 2234 resource = wl_resource_create(client, interface, -1, id); in wl_client_add_object() 2256 resource = wl_resource_create(client, interface, -1, 0); in wl_client_new_object()
|
D | wayland-server-core.h | 527 wl_resource_create(struct wl_client *client,
|
/external/mesa3d/src/egl/wayland/wayland-drm/ |
D | wayland-drm.c | 96 wl_resource_create(client, &wl_buffer_interface, 1, id); in create_buffer() 205 resource = wl_resource_create(client, &wl_drm_interface, in bind_drm()
|