Home
last modified time | relevance | path

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

/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.cpp158 m_shellSurface = wl_shell_get_shell_surface(display.getShell(), m_surface); in Window()
159 if (!m_shellSurface) in Window()
162 wl_shell_surface_add_listener(m_shellSurface, &s_shellSurfaceListener, this); in Window()
163 wl_shell_surface_set_title(m_shellSurface, "CTS for OpenGL (ES)"); in Window()
164 wl_shell_surface_set_toplevel(m_shellSurface); in Window()
226 if (m_shellSurface) in ~Window()
227 wl_shell_surface_destroy(m_shellSurface); in ~Window()
DtcuLnxWayland.hpp102 struct wl_shell_surface* m_shellSurface; member in tcu::lnx::wayland::Window