Home
last modified time | relevance | path

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

/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.cpp67 …_this->m_shell = static_cast<struct xdg_wm_base*>(wl_registry_bind(registry, id, &xdg_wm_base_inte… in handleGlobal()
97 , m_shell (DE_NULL) in Display()
113 if (!m_shell) in Display()
118 if (m_shell) in Display()
119 xdg_wm_base_destroy(m_shell); in Display()
136 if (m_shell) in ~Display()
137 xdg_wm_base_destroy(m_shell); in ~Display()
DtcuLnxWayland.hpp52 struct xdg_wm_base* getShell (void) { return m_shell; } in getShell()
70 struct xdg_wm_base* m_shell; member in tcu::lnx::wayland::Display