Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/wayland/
Dlv_wayland_smm.h88 #define SMM_POOL_PROPERTIES(p) ((const struct smm_pool_properties *)(p)) macro
Dlv_wayland.c1437 const struct smm_pool_properties * props = SMM_POOL_PROPERTIES(pool); in sme_new_pool()
1451 const struct smm_pool_properties * props = SMM_POOL_PROPERTIES(pool); in sme_expand_pool()
1460 struct wl_shm_pool * wl_pool = SMM_POOL_PROPERTIES(pool)->tag[TAG_LOCAL]; in sme_free_pool()
1472 struct wl_shm_pool * wl_pool = SMM_POOL_PROPERTIES(props->pool)->tag[TAG_LOCAL]; in sme_new_buffer()