Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLContext.h53 struct wl_surface *m_pointerSurface; variable
116 { return m_pointerSurface; } in GetPointerSurface()
127 { m_pointerSurface = pointerSurface; } in SetPointerSurface()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLContext.cpp233 if (m_pointerSurface){ in DestroyWLContext()
234 wl_surface_destroy(m_pointerSurface); in DestroyWLContext()
235 m_pointerSurface = NULL; in DestroyWLContext()