Searched refs:wlRegistry (Results 1 – 5 of 5) sorted by relevance
111 , wlRegistry(NULL) in TestBase()123 wlRegistry = wl_display_get_registry(wlDisplay); in TestBase()132 wl_registry_add_listener(wlRegistry, ®istry_listener, this); in TestBase()215 wl_registry_destroy(wlRegistry); in ~TestBase()
50 wl_registry* wlRegistry;
85 struct wl_registry* wlRegistry; member
200 m_wlContextStruct.wlRegistry = wl_display_get_registry(m_wlContextStruct.wlDisplay); in createWLContext()201 wl_registry_add_listener(m_wlContextStruct.wlRegistry, ®istry_listener, &m_wlContextStruct); in createWLContext()
97 struct wl_registry *wlRegistry; member1253 wlCtxCommon.wlRegistry = wl_display_get_registry(wlCtxCommon.wlDisplay); in main()1254 wl_registry_add_listener(wlCtxCommon.wlRegistry, in main()