Searched refs:m_shell (Results 1 – 2 of 2) sorted by relevance
63 …_this->m_shell = static_cast<struct wl_shell*>(wl_registry_bind(registry, id, &wl_shell_interface,… in handleGlobal()93 , m_shell (DE_NULL) in Display()109 if (!m_shell) in Display()114 if (m_shell) in Display()115 wl_shell_destroy(m_shell); in Display()132 if (m_shell) in ~Display()133 wl_shell_destroy(m_shell); in ~Display()
51 struct wl_shell* getShell (void) { return m_shell; } in getShell()69 struct wl_shell* m_shell; member in tcu::lnx::wayland::Display