Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLContext.cpp44 , m_wlRegistry(NULL) in WLContext()
216 m_wlRegistry = wl_display_get_registry(m_wlDisplay); in InitWLContext()
217 wl_registry_add_listener(m_wlRegistry, &registryListener, this); in InitWLContext()
244 wl_registry_destroy(m_wlRegistry); in DestroyWLContext()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLContext.h42 struct wl_registry* m_wlRegistry; variable
104 inline struct wl_registry* WLContext::GetWLRegistry() const { return m_wlRegistry; } in GetWLRegistry()