Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLContext.h73 struct wl_shm* GetWLShm() const;
114 inline struct wl_shm* WLContext::GetWLShm() const { return m_wlShm; } in GetWLShm() function
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLContext.cpp82 wlContext->SetWLCursorTheme(wl_cursor_theme_load(NULL, size, wlContext->GetWLShm())); in create_cursors()