Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLContext.h51 struct wl_cursor* m_wlCursor; variable
113 inline struct wl_cursor* WLContext::GetWLCursor() const { return m_wlCursor; } in GetWLCursor()
124 { m_wlCursor = wlCursor; } in SetWLCursor()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLContext.cpp51 , m_wlCursor(NULL) in WLContext()
241 if (m_wlCursor) in DestroyWLContext()
242 free(m_wlCursor); in DestroyWLContext()