Home
last modified time | relevance | path

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

/external/deqp/framework/platform/wayland/
DtcuWayland.cpp159 m_shellSurface = wl_shell_get_shell_surface(display.getShell(), m_surface); in Window()
160 if (!m_shellSurface) in Window()
163 wl_shell_surface_add_listener(m_shellSurface, &s_shellSurfaceListener, this); in Window()
164 wl_shell_surface_set_title(m_shellSurface, "CTS for OpenGL (ES)"); in Window()
165 wl_shell_surface_set_toplevel(m_shellSurface); in Window()
227 if (m_shellSurface) in ~Window()
228 wl_shell_surface_destroy(m_shellSurface); in ~Window()
DtcuWayland.hpp115 struct wl_shell_surface* m_shellSurface; member in tcu::wayland::Window