Searched refs:wl_shm_pool (Results 1 – 9 of 9) sorted by relevance
59 struct wl_shm_pool { struct75 struct wl_shm_pool *pool; argument79 struct wl_shm_pool *current_pool;85 shm_pool_finish_resize(struct wl_shm_pool *pool) in shm_pool_finish_resize()105 shm_pool_unref(struct wl_shm_pool *pool, bool external) in shm_pool_unref()169 struct wl_shm_pool *pool = wl_resource_get_user_data(resource); in shm_pool_create_buffer()220 struct wl_shm_pool *pool = wl_resource_get_user_data(resource); in destroy_pool()235 struct wl_shm_pool *pool = wl_resource_get_user_data(resource); in shm_pool_resize()265 struct wl_shm_pool *pool; in shm_create_pool()448 WL_EXPORT struct wl_shm_pool *[all …]
630 struct wl_shm_pool *634 wl_shm_pool_unref(struct wl_shm_pool *pool);
85 struct wl_shm_pool;1303 wl_shm_pool_set_user_data(struct wl_shm_pool *wl_shm_pool, void *user_data) in wl_shm_pool_set_user_data() argument1305 wl_proxy_set_user_data((struct wl_proxy *) wl_shm_pool, user_data); in wl_shm_pool_set_user_data()1310 wl_shm_pool_get_user_data(struct wl_shm_pool *wl_shm_pool) in wl_shm_pool_get_user_data() argument1312 return wl_proxy_get_user_data((struct wl_proxy *) wl_shm_pool); in wl_shm_pool_get_user_data()1316 wl_shm_pool_get_version(struct wl_shm_pool *wl_shm_pool) in wl_shm_pool_get_version() argument1318 return wl_proxy_get_version((struct wl_proxy *) wl_shm_pool); in wl_shm_pool_get_version()1337 wl_shm_pool_create_buffer(struct wl_shm_pool *wl_shm_pool, int32_t offset, int32_t width, int32_t h… in wl_shm_pool_create_buffer() argument1341 id = wl_proxy_marshal_constructor((struct wl_proxy *) wl_shm_pool, in wl_shm_pool_create_buffer()1357 wl_shm_pool_destroy(struct wl_shm_pool *wl_shm_pool) in wl_shm_pool_destroy() argument[all …]
88 struct wl_shm_pool;
77 struct wl_shm_pool *pool = wl_shm_create_pool(shm, fd, extent.height * stride); in attachImage()
44 struct wl_shm_pool *pool;
214 struct wl_shm_pool *pool; in buffer_create()
581 struct wl_shm_pool *shm_pool = in dwl_context_surface_new()
1669 struct wl_shm_pool *pool; in dri2_wl_swrast_allocate_buffer()