Home
last modified time | relevance | path

Searched refs:wl_global_get_interface (Results 1 – 7 of 7) sorted by relevance

/dports/x11/plasma5-kwayland-server/kwayland-server-5.23.5/src/server/
H A Dfiltered_display.cpp25 auto interface = wl_global_get_interface(global); in globalFilterCallback()
/dports/x11/kf5-kwayland/kwayland-5.89.0/src/server/
H A Dfiltered_display.cpp26 auto interface = wl_global_get_interface(global); in globalFilterCallback()
/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/server/
H A Dfiltered_display.cpp57 auto interface = wl_global_get_interface(wlGlobal); in filterCallback()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wayland/src/src/
H A Dwayland-server-core.h280 wl_global_get_interface(const struct wl_global *global);
H A Dwayland-server.c1276 wl_global_get_interface(const struct wl_global *global) in wl_global_get_interface() function
/dports/x11-wm/mutter/mutter-41.1/src/wayland/
H A Dmeta-wayland.c462 return (wl_global_get_interface (global) != in meta_xwayland_global_filter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wayland/src/tests/
H A Ddisplay-test.c981 if (wl_global_get_interface(global) == &wl_data_offer_interface) in global_filter()