Home
last modified time | relevance | path

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

/external/wayland/tests/
Dqueue-test.c66 display = wl_display_connect(NULL); in client_test_proxy_destroy()
116 state.display = wl_display_connect(NULL); in client_test_multiple_queues()
167 display = wl_display_connect(NULL); in client_test_queue_roundtrip()
222 display = wl_display_connect(NULL); in client_test_queue_proxy_wrapper()
272 display = wl_display_connect(NULL); in client_test_queue_set_queue_race()
Dcompositor-introspection-test.c114 client.display = wl_display_connect(socket); in TEST()
152 client.display = wl_display_connect(socket); in TEST()
Dsocket-test.c69 d = wl_display_connect(path); in TEST()
272 struct wl_display *client_display = wl_display_connect(NULL); in TEST()
Dprotocol-logger-test.c132 client.display = wl_display_connect(socket); in TEST()
Dsanity-test.c141 struct wl_display *display = wl_display_connect(NULL); in sanity_client_no_leak()
Dtest-compositor.c448 c->wl_display = wl_display_connect(NULL); in client_connect()
/external/wayland/doc/man/
DMakefile.am8 wl_display_connect.3
48 wl_display_connect_to_fd.3: wl_display_connect.3
DMakefile.in308 wl_display_connect.3
585 @HAVE_MANPAGES_STYLESHEET_TRUE@@HAVE_XSLTPROC_TRUE@wl_display_connect_to_fd.3: wl_display_connect.3
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.cpp77 struct wl_display *display = wl_display_connect(name); in hasDisplay()
97 m_display = wl_display_connect(name); in Display()
/external/libkmsxx/kmscube/
Dcube-wl.cpp77 struct wl_display *display = wl_display_connect(NULL); in main_wl()
/external/wayland/src/
Dwayland-client-core.h201 wl_display_connect(const char *name);
Dwayland-client.c1119 wl_display_connect(const char *name) in wl_display_connect() function
/external/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_wayland.c106 display = wl_display_connect(NULL); in device_select_find_wayland_pci_default()
/external/crosvm/gpu_display/src/
Ddisplay_wl.c380 struct wl_display *display = wl_display_connect(socket_path); in dwl_context_setup()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c1496 dri2_dpy->wl_dpy = wl_display_connect(NULL); in dri2_initialize_wayland_drm()
2033 dri2_dpy->wl_dpy = wl_display_connect(NULL); in dri2_initialize_wayland_swrast()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp355 info.display = wl_display_connect(nullptr); in init_connection()