Searched refs:m_shell (Results 1 – 2 of 2) sorted by relevance
61 …_this->m_shell = static_cast<struct wl_shell*>(wl_registry_bind(registry, id, &wl_shell_interface,… in handleGlobal()76 , m_shell (DE_NULL) in Display()92 if (!m_shell) in Display()97 if (m_shell) in Display()98 wl_shell_destroy(m_shell); in Display()115 if (m_shell) in ~Display()116 wl_shell_destroy(m_shell); in ~Display()
51 struct wl_shell* getShell (void) { return m_shell; } in getShell()60 struct wl_shell* m_shell; member in tcu::lnx::wayland::Display