Home
last modified time | relevance | path

Searched refs:wl_registry (Results 1 – 13 of 13) sorted by relevance

/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWayland.hpp68 struct wl_registry* m_registry;
78 …static void handleGlobal (void* data, struct wl_registry* registry, uint32_t id, const char* …
79 static void handleGlobalRemove (void* data, struct wl_registry* registry, uint32_t name);
DtcuLnxWayland.cpp59 void Display::handleGlobal (void* data, struct wl_registry* registry, uint32_t id, const char* inte… in handleGlobal()
70 void Display::handleGlobalRemove (void* data, struct wl_registry* registry, uint32_t name) in handleGlobalRemove()
/third_party/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_wayland.c82 device_select_registry_global(void *data, struct wl_registry *registry, uint32_t name, in device_select_registry_global()
93 device_select_registry_global_remove_cb(void *data, struct wl_registry *registry, in device_select_registry_global_remove_cb()
102 struct wl_registry *registry = NULL; in device_select_find_wayland_pci_default()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DWaylandSurfaceKHR.cpp26 static void wl_registry_handle_global(void *data, struct wl_registry *registry, unsigned int name, … in wl_registry_handle_global()
35 static void wl_registry_handle_global_remove(void *data, struct wl_registry *registry, unsigned int… in wl_registry_handle_global_remove()
45 struct wl_registry *registry = wl_display_get_registry(display); in WaylandSurfaceKHR()
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.h52 struct wl_registry;
280 struct wl_registry *wl_registry; member
Dplatform_wayland.c1802 dri2_dpy->wl_drm = wl_registry_bind(dri2_dpy->wl_registry, dri2_dpy->wl_drm_name, in wl_drm_bind()
1928 registry_handle_global_drm(void *data, struct wl_registry *registry, in registry_handle_global_drm()
1947 registry_handle_global_remove(void *data, struct wl_registry *registry, in registry_handle_global_remove()
2110 dri2_dpy->wl_registry = wl_display_get_registry(dri2_dpy->wl_dpy_wrapper); in dri2_initialize_wayland_drm()
2111 wl_registry_add_listener(dri2_dpy->wl_registry, in dri2_initialize_wayland_drm()
2611 registry_handle_global_swrast(void *data, struct wl_registry *registry, in registry_handle_global_swrast()
2719 dri2_dpy->wl_registry = wl_display_get_registry(dri2_dpy->wl_dpy_wrapper); in dri2_initialize_wayland_swrast()
2720 wl_registry_add_listener(dri2_dpy->wl_registry, in dri2_initialize_wayland_swrast()
2782 if (dri2_dpy->wl_registry) in dri2_teardown_wayland()
2783 wl_registry_destroy(dri2_dpy->wl_registry); in dri2_teardown_wayland()
/third_party/glfw/src/
Dwl_platform.h112 struct wl_registry* registry;
Dwl_init.c376 struct wl_registry* registry, in registryHandleGlobal()
428 struct wl_registry *registry, in registryHandleGlobalRemove()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c486 registry_handle_global(void *data, struct wl_registry *registry, in registry_handle_global()
508 registry_handle_global_remove(void *data, struct wl_registry *registry, in registry_handle_global_remove()
567 struct wl_registry *registry = in wsi_wl_display_init()
/third_party/libinput/tools/
Dlibinput-debug-gui.c213 struct wl_registry *registry, in wayland_registry_global()
231 struct wl_registry *wl_registry, in wayland_registry_global_remove() argument
249 struct wl_registry *registry; in wayland_lock_pointer()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h136 wl_registry *registry;
Dvulkan_command_buffer_utils.cpp314 wl_registry *registry, in registry_handle_global()
332 static void registry_handle_global_remove(void *data, wl_registry *registry, uint32_t name) {} in registry_handle_global_remove()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c458 struct wl_registry *registry, in v3dv_registry_global()
473 struct wl_registry *registry, in v3dv_registry_global_remove_cb()
482 struct wl_registry *registry = NULL; in create_display_fd_wayland()