Home
last modified time | relevance | path

Searched refs:shellSurface (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.cpp201 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()
DtcuLnxWayland.hpp111 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);