Home
last modified time | relevance | path

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

/external/deqp/framework/platform/wayland/
DtcuWayland.cpp79 …_this->m_shell = static_cast<struct wl_shell*>(wl_registry_bind(registry, id, &wl_shell_interface,… in handleGlobal()
94 , m_shell (DE_NULL) in Display()
110 if (!m_shell) in Display()
115 if (m_shell) in Display()
116 wl_shell_destroy(m_shell); in Display()
133 if (m_shell) in ~Display()
134 wl_shell_destroy(m_shell); in ~Display()
DtcuWayland.hpp73 struct wl_shell* getShell (void) { return m_shell; } in getShell()
82 struct wl_shell* m_shell; member in tcu::wayland::Display