Home
last modified time | relevance | path

Searched refs:wlRegistry (Results 1 – 5 of 5) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/
DTestBase.cpp111 , wlRegistry(NULL) in TestBase()
123 wlRegistry = wl_display_get_registry(wlDisplay); in TestBase()
132 wl_registry_add_listener(wlRegistry, &registry_listener, this); in TestBase()
215 wl_registry_destroy(wlRegistry); in ~TestBase()
DTestBase.h50 wl_registry* wlRegistry;
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/include/
DOpenGLES2App.h85 struct wl_registry* wlRegistry; member
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/
DOpenGLES2App.cpp200 m_wlContextStruct.wlRegistry = wl_display_get_registry(m_wlContextStruct.wlDisplay); in createWLContext()
201 wl_registry_add_listener(m_wlContextStruct.wlRegistry, &registry_listener, &m_wlContextStruct); in createWLContext()
/third_party/weston/clients/
Divi-shell-user-interface.c97 struct wl_registry *wlRegistry; member
1253 wlCtxCommon.wlRegistry = wl_display_get_registry(wlCtxCommon.wlDisplay); in main()
1254 wl_registry_add_listener(wlCtxCommon.wlRegistry, in main()