HomeSort by relevance Sort by last modified time
    Searched full:wl_display (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/wayland/src/
wayland-client-core.h 55 /** \class wl_display
58 * the wl_display singleton object.
60 * A wl_display object represents a client connection to a Wayland
65 * A wl_display is also used as the \ref wl_proxy for the wl_display
68 * A wl_display object handles all the data sent from and to the
78 * A wl_display has at least one event queue, called the <em>default
110 struct wl_display;
117 * manner. See \ref wl_display for details.
200 struct wl_display *
    [all...]
wayland-server-core.h 112 struct wl_display *
116 wl_display_destroy(struct wl_display *display);
119 wl_display_get_event_loop(struct wl_display *display);
122 wl_display_add_socket(struct wl_display *display, const char *name);
125 wl_display_add_socket_auto(struct wl_display *display);
128 wl_display_add_socket_fd(struct wl_display *display, int sock_fd);
131 wl_display_terminate(struct wl_display *display);
134 wl_display_run(struct wl_display *display);
137 wl_display_flush_clients(struct wl_display *display);
145 wl_display_get_serial(struct wl_display *display)
    [all...]
wayland-server.c 75 struct wl_display *display;
87 struct wl_display { struct
107 struct wl_display *display;
140 struct wl_display *display = resource->client->display;
416 WL_EXPORT struct wl_display *
423 bind_display(struct wl_client *client, struct wl_display *display);
448 * \memberof wl_display
451 wl_client_create(struct wl_display *display, int fd)
778 struct wl_display *display = resource->data;
834 struct wl_display *display = resource->data
    [all...]
wayland-client.c 60 struct wl_display *display;
78 struct wl_display *display;
81 struct wl_display { struct
85 /* errno of the last wl_display error */
125 display_wakeup_threads(struct wl_display *display)
146 display_fatal_error(struct wl_display *display, int error)
172 display_protocol_error(struct wl_display *display, uint32_t code,
219 wl_event_queue_init(struct wl_event_queue *queue, struct wl_display *display)
288 * The \ref wl_display object used to create the queue should not be
297 struct wl_display *display = queue->display
    [all...]
wayland-server.h 85 wl_display_add_global(struct wl_display *display,
91 wl_display_remove_global(struct wl_display *display,
  /external/wayland/tests/
display-test.c 64 struct wl_display *display;
159 struct wl_registry *reg = wl_display_get_registry(c->wl_display);
165 wl_display_roundtrip(c->wl_display);
191 err = wl_display_get_error(c->wl_display);
194 ec = wl_display_get_protocol_error(c->wl_display, &intf, &id);
204 assert(wl_display_roundtrip(c->wl_display) == -1);
245 wl_display_disconnect(c->wl_display);
273 wl_global_create(d->wl_display, &wl_seat_interface,
328 wl_global_create(d->wl_display, &wl_seat_interface,
353 wl_global_create(d->wl_display, &wl_seat_interface
    [all...]
test-compositor.h 48 struct wl_display *wl_display; member in struct:display
64 struct wl_display *wl_display; member in struct:client
79 * wl_global_create(d->wl_display, ...);
test-compositor.c 124 wl_display_terminate(d->wl_display);
148 loop = wl_display_get_event_loop(d->wl_display);
233 cl->wl_client = wl_client_create(d->wl_display, sock_wayl[1]);
295 wl_display_terminate(d->wl_display);
328 d->wl_display = wl_display_create();
329 assert(d->wl_display && "Creating display failed");
333 stat = wl_display_add_socket(d->wl_display, socket_name);
342 g = wl_global_create(d->wl_display, &test_compositor_interface,
354 wl_display_run(d->wl_display);
373 wl_display_run(d->wl_display);
    [all...]
protocol-logger-test.c 49 struct wl_display *display;
64 .class = "wl_display",
78 .class = "wl_display",
118 struct wl_display *display;
queue-test.c 62 struct wl_display *display;
83 struct wl_display *display;
163 struct wl_display *display;
212 struct wl_display *display;
213 struct wl_display *display_wrapper;
262 struct wl_display *display;
326 wl_global_create(d->wl_display, dummy_interfaces[i],
compositor-introspection-test.c 49 struct wl_display *display;
109 struct wl_display *display;
146 struct wl_display *display;
resources-test.c 36 struct wl_display *display;
91 struct wl_display *display;
141 struct wl_display *display;
socket-test.c 58 struct wl_display *d;
73 struct wl_display *d;
96 struct wl_display *d;
139 struct wl_display *d;
connection-test.c 588 cb = wl_display_sync(c->wl_display);
590 assert(wl_display_flush(c->wl_display) > 0);
595 pfd.fd = wl_display_get_fd(c->wl_display);
602 assert(wl_display_prepare_read(c->wl_display) == 0);
603 assert(wl_display_read_events(c->wl_display) == 0);
606 * now we have wl_callback.done and wl_display.delete_id queued;
632 assert(wl_display_dispatch_pending(c->wl_display) == -1);
633 assert(wl_display_get_error(c->wl_display) == ENOMEM);
640 wl_display_disconnect(c->wl_display);
  /external/mesa3d/include/EGL/
eglmesaext.h 57 struct wl_display;
60 EGLAPI EGLBoolean EGLAPIENTRY eglBindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display);
61 EGLAPI EGLBoolean EGLAPIENTRY eglUnbindWaylandDisplayWL(EGLDisplay dpy, struct wl_display *display);
64 typedef EGLBoolean (EGLAPIENTRYP PFNEGLBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display);
65 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNBINDWAYLANDDISPLAYWL) (EGLDisplay dpy, struct wl_display *display);
  /external/mesa3d/docs/specs/
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
    [all...]
  /external/mesa3d/src/vulkan/wsi/
wsi_common_wayland.h 30 struct wl_display *wl_display);
wsi_common_wayland.c 48 struct wl_display * display;
65 /* Hash table of wl_display -> wsi_wl_display mappings */
257 wsi_wl_display_create(struct wsi_wayland *wsi, struct wl_display *wl_display)
267 display->display = wl_display;
273 struct wl_registry *registry = wl_display_get_registry(wl_display);
280 wl_display_roundtrip(wl_display);
286 wl_display_roundtrip(wl_display);
307 struct wl_display *wl_display)
    [all...]
  /external/wayland/doc/publican/sources/
Server.xml 39 linkend="Client-classwl__display">client wl_display</link> and
40 <link linkend="Server-structwl__display">server wl_display</link>,
44 a wl_display is for the server or client side and use the
  /external/wayland/doc/man/
wl_display_connect.xml 42 <funcdef>struct wl_display *<function>wl_display_connect</function></funcdef>
47 <funcdef>struct wl_display *<function>wl_display_connect_to_fd</function></funcdef>
  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWayland.hpp 49 struct wl_display* getDisplay (void) { return m_display; }
57 struct wl_display* m_display;
  /external/wayland/doc/doxygen/
Makefile.am 77 man/man3/wl_display.3: $(top_srcdir)/src/scanner.c $(scanned_src_files_man) wayland.doxygen | man/man3
96 all-local: man/man3/wl_display.3
  /external/mesa3d/src/amd/vulkan/
radv_wsi_wayland.c 35 struct wl_display* display)
  /external/mesa3d/src/intel/vulkan/
anv_wsi_wayland.c 36 struct wl_display* display)
  /frameworks/native/vulkan/api/
platform.api 37 @internal class wl_display {}

Completed in 329 milliseconds

1 2 3 4