Searched refs:shellSurface (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/framework/platform/lnx/wayland/ |
D | tcuLnxWayland.cpp | 201 void Window::handlePing (void* data, struct wl_shell_surface* shellSurface, uint32_t serial) in handlePing() argument 204 wl_shell_surface_pong(shellSurface, serial); in handlePing() 207 void Window::handleConfigure (void* data, struct wl_shell_surface* shellSurface, uint32_t edges, in… in handleConfigure() argument 210 DE_UNREF(shellSurface); in handleConfigure() 216 void Window::handlePopupDone (void* data, struct wl_shell_surface* shellSurface) in handlePopupDone() argument 219 DE_UNREF(shellSurface); in handlePopupDone()
|
D | tcuLnxWayland.hpp | 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);
|
/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() argument 55 wl_shell_surface_pong(shellSurface, serial); in handlePing() 59 handleConfigure(void *data, struct wl_shell_surface *shellSurface, in handleConfigure() argument 63 (void)shellSurface; in handleConfigure() 70 handlePopupDone(void *data, struct wl_shell_surface *shellSurface) in handlePopupDone() argument 73 (void)shellSurface; in handlePopupDone()
|
/third_party/flutter/glfw/src/ |
D | wl_window.c | 45 struct wl_shell_surface* shellSurface, in handlePing() argument 48 wl_shell_surface_pong(shellSurface, serial); in handlePing() 52 struct wl_shell_surface* shellSurface, in handleConfigure() argument 90 struct wl_shell_surface* shellSurface) in handlePopupDone() argument
|