Searched refs:m_wlRegistry (Results 1 – 2 of 2) sorted by relevance
44 , m_wlRegistry(NULL) in WLContext()216 m_wlRegistry = wl_display_get_registry(m_wlDisplay); in InitWLContext()217 wl_registry_add_listener(m_wlRegistry, ®istryListener, this); in InitWLContext()244 wl_registry_destroy(m_wlRegistry); in DestroyWLContext()
42 struct wl_registry* m_wlRegistry; variable104 inline struct wl_registry* WLContext::GetWLRegistry() const { return m_wlRegistry; } in GetWLRegistry()