/external/wayland/src/ |
D | wayland-client-core.h | 110 struct wl_display; 210 struct wl_display * 213 struct wl_display * 217 wl_display_disconnect(struct wl_display *display); 220 wl_display_get_fd(struct wl_display *display); 223 wl_display_dispatch(struct wl_display *display); 226 wl_display_dispatch_queue(struct wl_display *display, 230 wl_display_dispatch_queue_pending(struct wl_display *display, 234 wl_display_dispatch_pending(struct wl_display *display); 237 wl_display_get_error(struct wl_display *display); [all …]
|
D | wayland-server-core.h | 190 struct wl_display * 194 wl_display_destroy(struct wl_display *display); 197 wl_display_get_event_loop(struct wl_display *display); 200 wl_display_add_socket(struct wl_display *display, const char *name); 203 wl_display_add_socket_auto(struct wl_display *display); 206 wl_display_add_socket_fd(struct wl_display *display, int sock_fd); 209 wl_display_terminate(struct wl_display *display); 212 wl_display_run(struct wl_display *display); 215 wl_display_flush_clients(struct wl_display *display); 218 wl_display_destroy_clients(struct wl_display *display); [all …]
|
D | wayland-client.c | 65 struct wl_display *display; 77 struct wl_display *display; 80 struct wl_display { struct 127 struct wl_display *display = proxy->display; in log_closure() argument 159 display_wakeup_threads(struct wl_display *display) in display_wakeup_threads() 180 display_fatal_error(struct wl_display *display, int error) in display_fatal_error() 206 display_protocol_error(struct wl_display *display, uint32_t code, in display_protocol_error() 256 wl_event_queue_init(struct wl_event_queue *queue, struct wl_display *display) in wl_event_queue_init() 360 struct wl_display *display = queue->display; in wl_event_queue_destroy() 377 wl_display_create_queue(struct wl_display *display) in wl_display_create_queue() [all …]
|
D | wayland-server.c | 77 struct wl_display *display; 87 struct wl_display { struct 110 struct wl_display *display; argument 149 struct wl_display *display = resource->client->display; in log_closure() 479 WL_EXPORT struct wl_display * 486 bind_display(struct wl_client *client, struct wl_display *display); 514 wl_client_create(struct wl_display *display, int fd) in wl_client_create() 923 struct wl_display *display = client->display; in wl_global_is_visible() 935 struct wl_display *display = resource->data; in registry_bind() 1001 struct wl_display *display = resource->data; in display_get_registry() [all …]
|
D | wayland-server.h | 89 wl_display_add_global(struct wl_display *display, 95 wl_display_remove_global(struct wl_display *display,
|
/external/wayland/tests/ |
D | display-test.c | 69 struct wl_display *display; in TEST() 164 struct wl_registry *reg = wl_display_get_registry(c->wl_display); in client_get_seat_with_info() 170 wl_display_roundtrip(c->wl_display); in client_get_seat_with_info() 196 err = wl_display_get_error(c->wl_display); in check_pending_error() 199 ec = wl_display_get_protocol_error(c->wl_display, &intf, &id); in check_pending_error() 209 assert(wl_display_roundtrip(c->wl_display) == -1); in check_for_error() 250 wl_display_disconnect(c->wl_display); in client_disconnect_nocheck() 278 wl_global_create(d->wl_display, &wl_seat_interface, in TEST() 333 wl_global_create(d->wl_display, &wl_seat_interface, in TEST() 358 wl_global_create(d->wl_display, &wl_seat_interface, in TEST() [all …]
|
D | test-compositor.c | 128 wl_display_terminate(d->wl_display); in handle_client_destroy() 152 loop = wl_display_get_event_loop(d->wl_display); in client_destroyed() 236 cl->wl_client = wl_client_create(d->wl_display, sock_wayl[1]); in display_create_client() 298 wl_display_terminate(d->wl_display); in handle_stop_display() 339 d->wl_display = wl_display_create(); in display_create() 340 assert(d->wl_display && "Creating display failed"); in display_create() 344 stat = wl_display_add_socket(d->wl_display, socket_name); in display_create() 353 g = wl_global_create(d->wl_display, &test_compositor_interface, in display_create() 365 wl_display_run(d->wl_display); in display_run() 389 wl_display_run(d->wl_display); in display_resume() [all …]
|
D | socket-test.c | 62 struct wl_display *d; in TEST() 82 struct wl_display *d; in TEST() 105 struct wl_display *d; in TEST() 148 struct wl_display *d; in TEST() 188 struct wl_display *display; 193 struct wl_display *display; 220 struct wl_display *display; in TEST() 272 struct wl_display *client_display = wl_display_connect(NULL); in TEST()
|
D | test-compositor.h | 48 struct wl_display *wl_display; member 64 struct wl_display *wl_display; member
|
D | queue-test.c | 62 struct wl_display *display; in client_test_proxy_destroy() 83 struct wl_display *display; 163 struct wl_display *display; in client_test_queue_roundtrip() 212 struct wl_display *display; in client_test_queue_proxy_wrapper() 213 struct wl_display *display_wrapper; in client_test_queue_proxy_wrapper() 262 struct wl_display *display; in client_test_queue_set_queue_race() 326 wl_global_create(d->wl_display, dummy_interfaces[i], in TEST()
|
D | resources-test.c | 36 struct wl_display *display; in TEST() 102 struct wl_display *display; in TEST() 156 struct wl_display *display; in TEST() 194 struct wl_display *display; in TEST()
|
D | compositor-introspection-test.c | 49 struct wl_display *display; 109 struct wl_display *display; in TEST() 146 struct wl_display *display; in TEST()
|
D | connection-test.c | 686 cb = wl_display_sync(c->wl_display); in leak_closure() 688 assert(wl_display_flush(c->wl_display) > 0); in leak_closure() 693 pfd.fd = wl_display_get_fd(c->wl_display); in leak_closure() 700 assert(wl_display_prepare_read(c->wl_display) == 0); in leak_closure() 701 assert(wl_display_read_events(c->wl_display) == 0); in leak_closure() 730 assert(wl_display_dispatch_pending(c->wl_display) == -1); in leak_after_error() 731 assert(wl_display_get_error(c->wl_display) == ENOMEM); in leak_after_error() 738 wl_display_disconnect(c->wl_display); in leak_after_error() 803 struct wl_display *display; in TEST()
|
/external/mesa3d/docs/_extra/specs/ |
D | WL_bind_wayland_display.spec | 36 wl_display of a Wayland compositor to an EGLDisplay. Binding a 37 wl_display means that the EGL implementation should provide one or 54 struct wl_display *display); 57 struct wl_display *display); 88 To bind a server side wl_display to an EGLDisplay, call 91 struct wl_display *display); 93 To unbind a server side wl_display from an EGLDisplay, call 96 struct wl_display *display); 99 wl_display bound to EGLDisplay otherwise EGL_TRUE. 102 wl_display bound to the EGLDisplay currently otherwise EGL_TRUE.
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 71 struct wl_display * wl_display; member 73 struct wl_display * wl_display_wrapper; 372 struct wl_display *wl_display, in wsi_wl_display_init() argument 379 display->wl_display = wl_display; in wsi_wl_display_init() 393 display->queue = wl_display_create_queue(wl_display); in wsi_wl_display_init() 399 display->wl_display_wrapper = wl_proxy_create_wrapper(wl_display); in wsi_wl_display_init() 418 wl_display_roundtrip_queue(display->wl_display, display->queue); in wsi_wl_display_init() 422 wl_display_roundtrip_queue(display->wl_display, display->queue); in wsi_wl_display_init() 469 wsi_wl_display_create(struct wsi_wayland *wsi, struct wl_display *wl_display, in wsi_wl_display_create() argument 478 VkResult result = wsi_wl_display_init(wsi, display, wl_display, true); in wsi_wl_display_create() [all …]
|
D | wsi_common_wayland.h | 30 struct wl_display *wl_display);
|
/external/wayland/patches/ |
D | 0001-client-Support-client-protocol-loggers.diff | 30 @@ -267,6 +267,32 @@ wl_display_read_events(struct wl_display *display); 53 +wl_display_add_protocol_logger_client(struct wl_display *display, 67 @@ -107,12 +107,47 @@ struct wl_display { 88 + struct wl_display *display = proxy->display; 133 @@ -1177,6 +1212,7 @@ wl_display_disconnect(struct wl_display *display) 141 @@ -1439,16 +1475,12 @@ dispatch_event(struct wl_display *display, struct wl_event_queue *queue) 185 + * \memberof wl_display 188 +wl_display_add_protocol_logger_client(struct wl_display *display, 230 + struct wl_display *display; 251 + .class = "wl_display", [all …]
|
/external/swiftshader/include/vulkan/ |
D | vulkan_wayland.h | 30 struct wl_display* display; 35 …upportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display); 47 struct wl_display* display);
|
/external/vulkan-headers/include/vulkan/ |
D | vulkan_wayland.h | 30 struct wl_display* display; 35 …upportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display); 47 struct wl_display* display);
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan_wayland.h | 30 struct wl_display* display; 35 …upportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display); 47 struct wl_display* display);
|
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/ |
D | vulkan_wayland.h | 30 struct wl_display* display; 35 …upportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display); 47 struct wl_display* display);
|
/external/mesa3d/include/vulkan/ |
D | vulkan_wayland.h | 30 struct wl_display* display; 35 …upportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display); 47 struct wl_display* display);
|
/external/mesa3d/src/egl/wayland/wayland-drm/ |
D | wayland-drm.h | 6 struct wl_display; 23 struct wl_display *display; 62 wayland_drm_init(struct wl_display *display, char *device_name,
|
/external/wayland/tests/data/ |
D | example-client.h | 75 struct wl_display; 923 struct wl_display *wl_display, 938 struct wl_display *wl_display, 946 wl_display_add_listener(struct wl_display *wl_display, in wl_display_add_listener() argument 949 return wl_proxy_add_listener((struct wl_proxy *) wl_display, in wl_display_add_listener() 976 wl_display_set_user_data(struct wl_display *wl_display, void *user_data) in wl_display_set_user_data() argument 978 wl_proxy_set_user_data((struct wl_proxy *) wl_display, user_data); in wl_display_set_user_data() 983 wl_display_get_user_data(struct wl_display *wl_display) in wl_display_get_user_data() argument 985 return wl_proxy_get_user_data((struct wl_proxy *) wl_display); in wl_display_get_user_data() 989 wl_display_get_version(struct wl_display *wl_display) in wl_display_get_version() argument [all …]
|
/external/deqp/framework/platform/lnx/wayland/ |
D | tcuLnxWayland.hpp | 49 struct wl_display* getDisplay (void) { return m_display; } in getDisplay() 66 struct wl_display* m_display;
|