Home
last modified time | relevance | path

Searched refs:wlShm (Results 1 – 4 of 4) sorted by relevance

/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/
DTestBase.h37 void SetShm(struct wl_shm* wlShm);
46 wl_shm* wlShm; variable
59 { wlShm = wl_shm; } in SetShm()
DTestBase.cpp139 if (!wlShm) in TestBase()
174 pool = wl_shm_create_pool(wlShm, fd, size); in TestBase()
212 wl_shm_destroy(wlShm); in ~TestBase()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/include/
DWLContext.h85 void SetWLShm(struct wl_shm* wlShm);
125 inline void WLContext::SetWLShm(struct wl_shm* wlShm) { m_wlShm = wlShm; } in SetWLShm() argument
/third_party/weston/clients/
Divi-shell-user-interface.c99 struct wl_shm *wlShm; member
593 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()