Home
last modified time | relevance | path

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

/external/wayland/cursor/
Dwayland-cursor.c43 struct shm_pool { struct
51 static struct shm_pool * argument
54 struct shm_pool *pool; in shm_pool_create()
84 shm_pool_resize(struct shm_pool *pool, int size) in shm_pool_resize()
103 shm_pool_allocate(struct shm_pool *pool, int size) in shm_pool_allocate()
118 shm_pool_destroy(struct shm_pool *pool) in shm_pool_destroy()
131 struct shm_pool *pool;
/external/crosvm/gpu_display/src/
Ddisplay_wl.c581 struct wl_shm_pool *shm_pool = in dwl_context_surface_new() local
583 if (!shm_pool) { in dwl_context_surface_new()
591 shm_pool, buffer_size * i, width, height, stride, in dwl_context_surface_new()
685 wl_shm_pool_destroy(shm_pool); in dwl_context_surface_new()
725 if (shm_pool) in dwl_context_surface_new()
726 wl_shm_pool_destroy(shm_pool); in dwl_context_surface_new()