Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/src/
DOpenGLES2App.cpp218 m_wlContextStruct.wlShellSurface = wl_shell_get_shell_surface(m_wlContextStruct.wlShell, in createWLContext()
222 if (m_wlContextStruct.wlShellSurface) { in createWLContext()
224 reinterpret_cast<struct wl_shell_surface*>(m_wlContextStruct.wlShellSurface), in createWLContext()
235 if (m_wlContextStruct.wlShellSurface) { in createWLContext()
236 wl_shell_surface_set_title(m_wlContextStruct.wlShellSurface, "mocknavi"); in createWLContext()
237 wl_shell_surface_set_toplevel(m_wlContextStruct.wlShellSurface); in createWLContext()
342 if (m_wlContextStruct.wlShellSurface) in destroyWLContext()
344 …hell_surface_destroy(reinterpret_cast<struct wl_shell_surface*>(m_wlContextStruct.wlShellSurface)); in destroyWLContext()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLMockNavigation/include/
DOpenGLES2App.h90 struct wl_shell_surface* wlShellSurface; member