Home
last modified time | relevance | path

Searched refs:wl_shell_surface (Results 1 – 25 of 28) sorted by relevance

12

/third_party/wayland_standard/tests/data/
Dexample-client.h83 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/
Dwlwindow.c106 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 …]
Dwlwindow.h55 struct wl_shell_surface *wl_shell_surface; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.c190 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 …]
Dgstglwindow_wayland_egl.h73 struct wl_shell_surface *wl_shell_surface; member
/third_party/vk-gl-cts/framework/platform/lnx/wayland/
DtcuLnxWayland.hpp102 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);
DtcuLnxWayland.cpp201 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/
DOpenGLES2App.cpp52 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/
Dsimple-touch.c56 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()
Dmulti-resource.c75 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/
Dgstvkwindow_wayland.c63 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()
Dgstvkwindow_wayland.h54 struct wl_shell_surface *shell_surface;
/third_party/weston/tests/
Droles-test.c108 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/
DSDL_waylandwindow.c36 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()
DSDL_waylandwindow.h38 struct wl_shell_surface *shell_surface;
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/include/
DOpenGLES2App.h90 struct wl_shell_surface* wlShellSurface;
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/multi-touch-viewer/src/
Dwindow.c145 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/
Dwindow.h81 struct wl_shell_surface *p_shell_surface;
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_syswm.h255 … struct wl_shell_surface *shell_surface; /**< Wayland shell_surface (window manager handle) */
/third_party/flutter/glfw/src/
Dwl_platform.h86 struct wl_shell_surface* shell_surface;
Dwl_window.c45 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/
Dvulkan_command_buffer_utils.h140 wl_shell_surface *shell_surface;
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h140 wl_shell_surface *shell_surface;
Dvulkan_command_buffer_utils.cpp288 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/
Dwayland.c112 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()

12