Searched refs:GetWLShm (Results 1 – 2 of 2) sorted by relevance
73 struct wl_shm* GetWLShm() const;114 inline struct wl_shm* WLContext::GetWLShm() const { return m_wlShm; } in GetWLShm() function
82 wlContext->SetWLCursorTheme(wl_cursor_theme_load(NULL, size, wlContext->GetWLShm())); in create_cursors()