Searched refs:wlShm (Results 1 – 4 of 4) sorted by relevance
37 void SetShm(struct wl_shm* wlShm);46 wl_shm* wlShm; variable59 { wlShm = wl_shm; } in SetShm()
139 if (!wlShm) in TestBase()174 pool = wl_shm_create_pool(wlShm, fd, size); in TestBase()212 wl_shm_destroy(wlShm); in ~TestBase()
85 void SetWLShm(struct wl_shm* wlShm);125 inline void WLContext::SetWLShm(struct wl_shm* wlShm) { m_wlShm = wlShm; } in SetWLShm() argument
99 struct wl_shm *wlShm; member593 p_wlCtx->wlShm = in registry_handle_global()595 wl_shm_add_listener(p_wlCtx->wlShm, &shm_listenter, p_wlCtx); in registry_handle_global()757 cmm->wlShm); in create_cursors()824 pool = wl_shm_create_pool(p_wlCtx->cmm->wlShm, fd, size); in createShmBuffer()1258 if (wlCtxCommon.wlShm == NULL) { in main()