Home
last modified time | relevance | path

Searched refs:wl_shell (Results 1 – 8 of 8) sorted by relevance

/external/wayland/tests/data/
Dexample-client.h82 struct wl_shell;
2726 wl_shell_set_user_data(struct wl_shell *wl_shell, void *user_data) in wl_shell_set_user_data() argument
2728 wl_proxy_set_user_data((struct wl_proxy *) wl_shell, user_data); in wl_shell_set_user_data()
2733 wl_shell_get_user_data(struct wl_shell *wl_shell) in wl_shell_get_user_data() argument
2735 return wl_proxy_get_user_data((struct wl_proxy *) wl_shell); in wl_shell_get_user_data()
2739 wl_shell_get_version(struct wl_shell *wl_shell) in wl_shell_get_version() argument
2741 return wl_proxy_get_version((struct wl_proxy *) wl_shell); in wl_shell_get_version()
2746 wl_shell_destroy(struct wl_shell *wl_shell) in wl_shell_destroy() argument
2748 wl_proxy_destroy((struct wl_proxy *) wl_shell); in wl_shell_destroy()
2761 wl_shell_get_shell_surface(struct wl_shell *wl_shell, struct wl_surface *surface) in wl_shell_get_shell_surface() argument
[all …]
Dexample-server.h85 struct wl_shell;
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.hpp51 struct wl_shell* getShell (void) { return m_shell; } in getShell()
69 struct wl_shell* m_shell;
DtcuLnxWayland.cpp63 …_this->m_shell = static_cast<struct wl_shell*>(wl_registry_bind(registry, id, &wl_shell_interface,… in handleGlobal()
/external/libkmsxx/kmscube/
Dcube-wl.cpp13 static struct wl_shell *s_shell = NULL;
28 s_shell = (struct wl_shell*)wl_registry_bind(registry, name, &wl_shell_interface, 0); in registry_add_object()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h139 wl_shell *shell;
Dvulkan_command_buffer_utils.cpp323 info->shell = (wl_shell *)wl_registry_bind(registry, id, &wl_shell_interface, 1); in registry_handle_global()
/external/crosvm/gpu_display/src/
Ddisplay_wl.c41 struct wl_shell *shell;