Searched defs:shellSurface (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/platform/lnx/wayland/
H A DtcuLnxWayland.cpp184 void Window::handlePing (void* data, struct wl_shell_surface* shellSurface, uint32_t serial) argument
187 wl_shell_surface_pong(shellSurface, serial);
190 void Window::handleConfigure (void* data, struct wl_shell_surface* shellSurface, uint32_t edges, int32_t width, int32_t height) argument
193 DE_UNREF(shellSurface);
199 void Window::handlePopupDone (void* data, struct wl_shell_surface* shellSurface) argument
202 DE_UNREF(shellSurface);

Completed in 62 milliseconds