Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c1435 struct wl_shm_pool * wl_pool; in sme_new_pool() local
1441 wl_pool = wl_shm_create_pool(app->shm, in sme_new_pool()
1445 SMM_TAG(pool, TAG_LOCAL, wl_pool); in sme_new_pool()
1446 return (wl_pool == NULL); in sme_new_pool()
1460 struct wl_shm_pool * wl_pool = SMM_POOL_PROPERTIES(pool)->tag[TAG_LOCAL]; in sme_free_pool() local
1464 wl_shm_pool_destroy(wl_pool); in sme_free_pool()
1472 struct wl_shm_pool * wl_pool = SMM_POOL_PROPERTIES(props->pool)->tag[TAG_LOCAL]; in sme_new_buffer() local
1480 wl_buf = wl_shm_pool_create_buffer(wl_pool, in sme_new_buffer()