HomeSort by relevance Sort by last modified time
    Searched full:m_shell (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/platform/lnx/wayland/
tcuLnxWayland.cpp 61 _this->m_shell = static_cast<struct wl_shell*>(wl_registry_bind(registry, id, &wl_shell_interface, 1));
76 , m_shell (DE_NULL)
92 if (!m_shell)
97 if (m_shell)
98 wl_shell_destroy(m_shell);
115 if (m_shell)
116 wl_shell_destroy(m_shell);
tcuLnxWayland.hpp 51 struct wl_shell* getShell (void) { return m_shell; }
60 struct wl_shell* m_shell; member in class:tcu::lnx::wayland::Display

Completed in 191 milliseconds