Searched refs:wl_shell (Results 1 – 8 of 8) sorted by relevance
/external/wayland/tests/data/ |
D | example-client.h | 82 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 …]
|
D | example-server.h | 85 struct wl_shell;
|
/external/deqp/framework/platform/lnx/wayland/ |
D | tcuLnxWayland.hpp | 51 struct wl_shell* getShell (void) { return m_shell; } in getShell() 69 struct wl_shell* m_shell;
|
D | tcuLnxWayland.cpp | 63 …_this->m_shell = static_cast<struct wl_shell*>(wl_registry_bind(registry, id, &wl_shell_interface,… in handleGlobal()
|
/external/libkmsxx/kmscube/ |
D | cube-wl.cpp | 13 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/ |
D | vulkan_command_buffer_utils.h | 139 wl_shell *shell;
|
D | vulkan_command_buffer_utils.cpp | 323 info->shell = (wl_shell *)wl_registry_bind(registry, id, &wl_shell_interface, 1); in registry_handle_global()
|
/external/crosvm/gpu_display/src/ |
D | display_wl.c | 41 struct wl_shell *shell;
|