Lines Matching refs:wl_shm_pool
55 struct wl_shm_pool { struct
70 struct wl_shm_pool *pool; argument
74 struct wl_shm_pool *current_pool;
80 shm_pool_finish_resize(struct wl_shm_pool *pool) in shm_pool_finish_resize()
100 shm_pool_unref(struct wl_shm_pool *pool, bool external) in shm_pool_unref()
164 struct wl_shm_pool *pool = wl_resource_get_user_data(resource); in shm_pool_create_buffer()
215 struct wl_shm_pool *pool = wl_resource_get_user_data(resource); in destroy_pool()
230 struct wl_shm_pool *pool = wl_resource_get_user_data(resource); in shm_pool_resize()
260 struct wl_shm_pool *pool; in shm_create_pool()
432 WL_EXPORT struct wl_shm_pool *
456 wl_shm_pool_unref(struct wl_shm_pool *pool) in wl_shm_pool_unref()
476 struct wl_shm_pool *pool; in sigbus_handler()
569 struct wl_shm_pool *pool = buffer->pool; in wl_shm_buffer_begin_access()