Home
last modified time | relevance | path

Searched refs:wl_registry_bind (Results 1 – 25 of 58) sorted by relevance

123

/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwldisplay.c216 self->compositor = wl_registry_bind (registry, id, &wl_compositor_interface, in registry_handle_global()
220 wl_registry_bind (registry, id, &wl_subcompositor_interface, 1); in registry_handle_global()
222 self->wl_shell = wl_registry_bind (registry, id, &wl_shell_interface, 1); in registry_handle_global()
225 wl_registry_bind (registry, id, &xdg_wm_base_interface, 1); in registry_handle_global()
228 self->fullscreen_shell = wl_registry_bind (registry, id, in registry_handle_global()
231 self->shm = wl_registry_bind (registry, id, &wl_shm_interface, 1); in registry_handle_global()
235 wl_registry_bind (registry, id, &wp_viewporter_interface, 1); in registry_handle_global()
238 wl_registry_bind (registry, id, &zwp_linux_dmabuf_v1_interface, 1); in registry_handle_global()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandvideo.c266 output = wl_registry_bind(d->registry, id, &wl_output_interface, 2); in Wayland_add_display()
301 d->compositor = wl_registry_bind(d->registry, id, &wl_compositor_interface, 1); in display_handle_global()
307 d->shell = wl_registry_bind(d->registry, id, &wl_shell_interface, 1); in display_handle_global()
309 d->shm = wl_registry_bind(registry, id, &wl_shm_interface, 1); in display_handle_global()
319 d->surface_extension = wl_registry_bind(registry, id, in display_handle_global()
322 d->windowmanager = wl_registry_bind(registry, id, in display_handle_global()
DSDL_waylandevents.c443 input->seat = wl_registry_bind(d->registry, id, &wl_seat_interface, 1); in Wayland_display_add_input()
483 wl_registry_bind(d->registry, id, in Wayland_display_add_relative_pointer_manager()
496 wl_registry_bind(d->registry, id, in Wayland_display_add_pointer_constraints()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLContext.cpp114 (wl_compositor*)wl_registry_bind(registry, in RegistryHandleGlobal()
123 (struct ivi_application*)wl_registry_bind(registry, in RegistryHandleGlobal()
131 (struct wl_shm*)wl_registry_bind(registry, in RegistryHandleGlobal()
140 seat_data->wlSeat = (wl_seat*)wl_registry_bind( in RegistryHandleGlobal()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/
Dgstvkdisplay_wayland.c52 wl_registry_bind (registry, name, &wl_compositor_interface, 1); in registry_handle_global()
55 wl_registry_bind (registry, name, &wl_subcompositor_interface, 1); in registry_handle_global()
57 display->shell = wl_registry_bind (registry, name, &wl_shell_interface, 1); in registry_handle_global()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/
DTestBase.cpp92 …base->SetWLCompositor(reinterpret_cast<wl_compositor*>(wl_registry_bind(registry, id, &wl_composit… in registry_listener_callback()
97 shm = (struct wl_shm*) wl_registry_bind(registry, id, &wl_shm_interface, 1); in registry_listener_callback()
104 …base->SetIviApp(reinterpret_cast<ivi_application*>(wl_registry_bind(registry, id, &ivi_application… in registry_listener_callback()
/third_party/weston/clients/
Dsimple-touch.c238 seat->seat = wl_registry_bind(touch->registry, name, in add_seat()
275 wl_registry_bind(registry, name, in handle_global()
279 wl_registry_bind(registry, name, in handle_global()
282 touch->shm = wl_registry_bind(registry, name, in handle_global()
Dsimple-shm.c367 wl_registry_bind(registry, in registry_handle_global()
370 d->wm_base = wl_registry_bind(registry, in registry_handle_global()
374 d->fshell = wl_registry_bind(registry, in registry_handle_global()
377 d->shm = wl_registry_bind(registry, in registry_handle_global()
Dscreenshot.c138 output->output = wl_registry_bind(registry, name, in handle_global()
143 sh_data->shm = wl_registry_bind(registry, name, &wl_shm_interface, 1); in handle_global()
145 sh_data->screenshooter = wl_registry_bind(registry, name, in handle_global()
Dmulti-resource.c198 wl_registry_bind(registry, in registry_handle_global()
201 d->shell = wl_registry_bind(registry, in registry_handle_global()
204 d->shm = wl_registry_bind(registry, in registry_handle_global()
209 d->seat = wl_registry_bind(registry, in registry_handle_global()
Dsimple-dmabuf-v4l.c839 wl_registry_bind(registry, in registry_handle_global()
842 d->seat = wl_registry_bind(registry, in registry_handle_global()
846 d->wm_base = wl_registry_bind(registry, in registry_handle_global()
850 d->fshell = wl_registry_bind(registry, in registry_handle_global()
854 d->dmabuf = wl_registry_bind(registry, in registry_handle_global()
859 d->direct_display = wl_registry_bind(registry, in registry_handle_global()
Dpresentation-shm.c724 o->output = wl_registry_bind(d->registry, name, in display_add_output()
763 wl_registry_bind(registry, in registry_handle_global()
767 wl_registry_bind(registry, name, in registry_handle_global()
770 d->shm = wl_registry_bind(registry, in registry_handle_global()
777 wl_registry_bind(registry, in registry_handle_global()
Dsimple-damage.c741 wl_registry_bind(registry, in registry_handle_global()
745 d->viewporter = wl_registry_bind(registry, id, in registry_handle_global()
748 d->wm_base = wl_registry_bind(registry, in registry_handle_global()
752 d->fshell = wl_registry_bind(registry, in registry_handle_global()
755 d->shm = wl_registry_bind(registry, in registry_handle_global()
Dsimple-dmabuf-egl.c1046 wl_registry_bind(registry, in registry_handle_global()
1049 d->wm_base = wl_registry_bind(registry, in registry_handle_global()
1053 d->fshell = wl_registry_bind(registry, in registry_handle_global()
1058 d->dmabuf = wl_registry_bind(registry, in registry_handle_global()
1062 d->explicit_sync = wl_registry_bind( in registry_handle_global()
1066 d->direct_display = wl_registry_bind(registry, in registry_handle_global()
Divi-shell-user-interface.c590 wl_registry_bind(registry, name, in registry_handle_global()
594 wl_registry_bind(registry, name, &wl_shm_interface, 1); in registry_handle_global()
602 wl_registry_bind(registry, name, &wl_seat_interface, 1); in registry_handle_global()
606 wl_registry_bind(registry, name, in registry_handle_global()
610 wl_registry_bind(registry, name, in registry_handle_global()
/third_party/weston/tests/
Droles-test.c68 sub = wl_registry_bind(client->wl_registry, global_sub->name, in get_subcompositor()
94 shell = wl_registry_bind(client->wl_registry, global->name, in get_wl_shell()
Divi-shell-app-test.c71 iviapp = wl_registry_bind(client->wl_registry, global_iviapp->name, in get_ivi_application()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/
DOpenGLES2App.cpp95 …p_wlCtx->wlCompositor = (wl_compositor*)wl_registry_bind(registry, id, &wl_compositor_interface, 1… in registry_handle_global()
102 … p_wlCtx->wlShell = (struct wl_shell*)wl_registry_bind(registry, id, &wl_shell_interface, 1); in registry_handle_global()
109 …p_wlCtx->iviApp = (struct ivi_application*)wl_registry_bind(registry, id, &ivi_application_interfa… in registry_handle_global()
/third_party/flutter/glfw/src/
Dwl_init.c385 wl_registry_bind(registry, name, &wl_compositor_interface, in registryHandleGlobal()
391 wl_registry_bind(registry, name, &wl_shm_interface, 1); in registryHandleGlobal()
396 wl_registry_bind(registry, name, &wl_shell_interface, 1); in registryHandleGlobal()
407 wl_registry_bind(registry, name, &wl_seat_interface, 1); in registryHandleGlobal()
414 wl_registry_bind(registry, name, in registryHandleGlobal()
421 wl_registry_bind(registry, name, in registryHandleGlobal()
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWayland.cpp60 …_this->m_compositor = static_cast<struct wl_compositor*>(wl_registry_bind(registry, id, &wl_compos… in handleGlobal()
63 …_this->m_shell = static_cast<struct wl_shell*>(wl_registry_bind(registry, id, &wl_shell_interface,… in handleGlobal()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/simple-weston-client/src/
Dsimple-weston-client.c466 wl_registry_bind(registry, name, in registry_handle_global()
471 wl_registry_bind(registry, name, &wl_shm_interface, 1); in registry_handle_global()
476 wl_registry_bind(registry, name, in registry_handle_global()
482 wl_registry_bind(registry, name, &wl_seat_interface, 1); in registry_handle_global()
495 wl_registry_bind(registry, name, in registry_handle_global()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.c507 wl_registry_bind (registry, name, &wl_compositor_interface, 1); in registry_handle_global()
510 wl_registry_bind (registry, name, &wl_subcompositor_interface, 1); in registry_handle_global()
513 wl_registry_bind (registry, name, &xdg_wm_base_interface, 1); in registry_handle_global()
518 wl_registry_bind (registry, name, &wl_shell_interface, 1); in registry_handle_global()
521 wl_registry_bind (registry, name, &wl_seat_interface, 4); in registry_handle_global()
/third_party/wayland_standard/tests/
Ddisplay-test.c150 hi->seat = wl_registry_bind(registry, id, in registry_handle_globals()
1070 ptr = wl_registry_bind (registry, *name, &wl_data_offer_interface, 1); in force_bind()
1138 fdp = wl_registry_bind(registry, id, &fd_passer_interface, 1); in zombie_fd_handle_globals()
1304 fdp1 = wl_registry_bind(registry, id, &fd_passer_interface, 2); in double_zombie_fd_handle_globals()
1306 fdp2 = wl_registry_bind(registry, id, &fd_passer_interface, 2); in double_zombie_fd_handle_globals()
1397 ptr = wl_registry_bind(registry, seat_id, &wl_output_interface, 1); in registry_bind_interface_mismatch_client()
1559 seat = wl_registry_bind(registry, saved_global_id, &wl_seat_interface, 1); in global_remove_before_client()
/third_party/wayland-ivi-extension/screen-info/test/
Dmain.c29 d->lm = wl_registry_bind(registry, id, &screen_info_module_interface, 1); in registry_handle_global()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dwindow.c79 p_display->p_compositor = wl_registry_bind(p_registry, id, in registry_handle_global()
84 p_display->p_shell = wl_registry_bind(p_registry, id, in registry_handle_global()
89 p_display->p_ivi_application = wl_registry_bind(p_registry, id, in registry_handle_global()

123