Home
last modified time | relevance | path

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

/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLContext.h52 struct wl_shm* m_wlShm; variable
114 inline struct wl_shm* WLContext::GetWLShm() const { return m_wlShm; } in GetWLShm()
125 inline void WLContext::SetWLShm(struct wl_shm* wlShm) { m_wlShm = wlShm; } in SetWLShm()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/
DWLContext.cpp52 , m_wlShm(NULL) in WLContext()