/third_party/wayland_standard/tests/data/ |
D | example-client.h | 83 struct wl_shell_surface; 2826 static inline struct wl_shell_surface * 2834 return (struct wl_shell_surface *) id; in wl_shell_get_shell_surface() 2948 struct wl_shell_surface *wl_shell_surface, 2975 struct wl_shell_surface *wl_shell_surface, 2987 struct wl_shell_surface *wl_shell_surface); 2994 wl_shell_surface_add_listener(struct wl_shell_surface *wl_shell_surface, in wl_shell_surface_add_listener() argument 2997 return wl_proxy_add_listener((struct wl_proxy *) wl_shell_surface, in wl_shell_surface_add_listener() 3068 wl_shell_surface_set_user_data(struct wl_shell_surface *wl_shell_surface, void *user_data) in wl_shell_surface_set_user_data() argument 3070 wl_proxy_set_user_data((struct wl_proxy *) wl_shell_surface, user_data); in wl_shell_surface_set_user_data() [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wlwindow.c | 106 handle_ping (void *data, struct wl_shell_surface *wl_shell_surface, in handle_ping() argument 109 wl_shell_surface_pong (wl_shell_surface, serial); in handle_ping() 113 handle_configure (void *data, struct wl_shell_surface *wl_shell_surface, in handle_configure() argument 128 handle_popup_done (void *data, struct wl_shell_surface *wl_shell_surface) in handle_popup_done() argument 162 if (self->wl_shell_surface) in gst_wl_window_finalize() 163 wl_shell_surface_destroy (self->wl_shell_surface); in gst_wl_window_finalize() 248 wl_shell_surface_set_fullscreen (window->wl_shell_surface, in gst_wl_window_ensure_fullscreen() 251 wl_shell_surface_set_toplevel (window->wl_shell_surface); in gst_wl_window_ensure_fullscreen() 305 window->wl_shell_surface = wl_shell_get_shell_surface (display->wl_shell, in gst_wl_window_new_toplevel() 307 if (!window->wl_shell_surface) { in gst_wl_window_new_toplevel() [all …]
|
D | wlwindow.h | 55 struct wl_shell_surface *wl_shell_surface; member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/ |
D | gstglwindow_wayland_egl.c | 190 handle_ping (void *data, struct wl_shell_surface *wl_shell_surface, in handle_ping() argument 197 wl_shell_surface_pong (wl_shell_surface, serial); in handle_ping() 204 handle_configure (void *data, struct wl_shell_surface *wl_shell_surface, in handle_configure() argument 209 GST_DEBUG ("configure event on surface %p, %ix%i", wl_shell_surface, width, in handle_configure() 216 handle_popup_done (void *data, struct wl_shell_surface *wl_shell_surface) in handle_popup_done() argument 287 g_clear_pointer (&window_egl->window.wl_shell_surface, in destroy_surfaces() 322 struct wl_shell_surface *wl_shell_surface; in create_wl_shell_surface() local 326 wl_shell_surface = wl_shell_get_shell_surface (window_egl->display.shell, in create_wl_shell_surface() 329 wl_shell_surface_add_listener (wl_shell_surface, &wl_shell_surface_listener, in create_wl_shell_surface() 331 wl_shell_surface_set_title (wl_shell_surface, "OpenGL Renderer"); in create_wl_shell_surface() [all …]
|
D | gstglwindow_wayland_egl.h | 73 struct wl_shell_surface *wl_shell_surface; member
|
/third_party/vk-gl-cts/framework/platform/lnx/wayland/ |
D | tcuLnxWayland.hpp | 102 struct wl_shell_surface* m_shellSurface; 111 static void handlePing (void* data, struct wl_shell_surface* shellSurface, uint32_t serial); 112 …static void handleConfigure (void* data, struct wl_shell_surface* shellSurface, uint32_t edge… 113 static void handlePopupDone (void* data, struct wl_shell_surface* shellSurface);
|
D | tcuLnxWayland.cpp | 201 void Window::handlePing (void* data, struct wl_shell_surface* shellSurface, uint32_t serial) in handlePing() 207 void Window::handleConfigure (void* data, struct wl_shell_surface* shellSurface, uint32_t edges, in… in handleConfigure() 216 void Window::handlePopupDone (void* data, struct wl_shell_surface* shellSurface) in handlePopupDone()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/ |
D | OpenGLES2App.cpp | 52 handlePing(void *data, struct wl_shell_surface *shellSurface, uint32_t serial) in handlePing() 59 handleConfigure(void *data, struct wl_shell_surface *shellSurface, in handleConfigure() 70 handlePopupDone(void *data, struct wl_shell_surface *shellSurface) in handlePopupDone() 224 reinterpret_cast<struct wl_shell_surface*>(m_wlContextStruct.wlShellSurface), in createWLContext() 344 …wl_shell_surface_destroy(reinterpret_cast<struct wl_shell_surface*>(m_wlContextStruct.wlShellSurfa… in destroyWLContext()
|
/third_party/weston/clients/ |
D | simple-touch.c | 56 struct wl_shell_surface *shell_surface; 244 handle_ping(void *data, struct wl_shell_surface *shell_surface, in handle_ping() 251 handle_configure(void *data, struct wl_shell_surface *shell_surface, in handle_configure() 257 handle_popup_done(void *data, struct wl_shell_surface *shell_surface) in handle_popup_done()
|
D | multi-resource.c | 75 struct wl_shell_surface *shell_surface; 119 handle_ping(void *data, struct wl_shell_surface *shell_surface, in handle_ping() 126 handle_configure(void *data, struct wl_shell_surface *shell_surface, in handle_configure() 132 handle_popup_done(void *data, struct wl_shell_surface *shell_surface) in handle_popup_done()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/ |
D | gstvkwindow_wayland.c | 63 handle_ping (void *data, struct wl_shell_surface *shell_surface, in handle_ping() 78 handle_configure (void *data, struct wl_shell_surface *shell_surface, in handle_configure() 90 handle_popup_done (void *data, struct wl_shell_surface *shell_surface) in handle_popup_done()
|
D | gstvkwindow_wayland.h | 54 struct wl_shell_surface *shell_surface;
|
/third_party/weston/tests/ |
D | roles-test.c | 108 struct wl_shell_surface *shsurf; in TEST() 136 struct wl_shell_surface *shsurf; in TEST()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandwindow.c | 36 handle_ping(void *data, struct wl_shell_surface *shell_surface, in handle_ping() 43 handle_configure(void *data, struct wl_shell_surface *shell_surface, in handle_configure() 89 handle_popup_done(void *data, struct wl_shell_surface *shell_surface) in handle_popup_done()
|
D | SDL_waylandwindow.h | 38 struct wl_shell_surface *shell_surface;
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/include/ |
D | OpenGLES2App.h | 90 struct wl_shell_surface* wlShellSurface;
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/ |
D | window.c | 145 struct wl_shell_surface *p_shell_surface, uint32_t serial) in shell_surface_handle_ping() 154 struct wl_shell_surface *p_shell_surface, uint32_t edges, in shell_surface_handle_configure() 165 struct wl_shell_surface *p_shell_surface) in shell_surface_handle_popup_done()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/include/ |
D | window.h | 81 struct wl_shell_surface *p_shell_surface;
|
/third_party/flutter/skia/third_party/externals/sdl/include/ |
D | SDL_syswm.h | 255 … struct wl_shell_surface *shell_surface; /**< Wayland shell_surface (window manager handle) */
|
/third_party/flutter/glfw/src/ |
D | wl_platform.h | 86 struct wl_shell_surface* shell_surface;
|
D | wl_window.c | 45 struct wl_shell_surface* shellSurface, in handlePing() 52 struct wl_shell_surface* shellSurface, in handleConfigure() 90 struct wl_shell_surface* shellSurface) in handlePopupDone()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 140 wl_shell_surface *shell_surface;
|
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/ |
D | vulkan_command_buffer_utils.h | 140 wl_shell_surface *shell_surface;
|
D | vulkan_command_buffer_utils.cpp | 288 static void handle_ping(void *data, wl_shell_surface *shell_surface, uint32_t serial) in handle_ping() 294 wl_shell_surface *shell_surface, in handle_configure() 300 static void handle_popup_done(void *data, wl_shell_surface *shell_surface) {} in handle_popup_done()
|
/third_party/weston/libweston/backend-wayland/ |
D | wayland.c | 112 struct wl_shell_surface *shell_surface; 1590 shell_surface_ping(void *data, struct wl_shell_surface *shell_surface, in shell_surface_ping() 1597 shell_surface_configure(void *data, struct wl_shell_surface *shell_surface, in shell_surface_configure() 1609 shell_surface_popup_done(void *data, struct wl_shell_surface *shell_surface) in shell_surface_popup_done()
|