Lines Matching refs:wl_resource
60 struct wl_resource *resource;
70 struct wl_resource *resource;
123 destroy_buffer(struct wl_resource *resource) in destroy_buffer()
133 shm_buffer_destroy(struct wl_client *client, struct wl_resource *resource) in shm_buffer_destroy()
164 shm_pool_create_buffer(struct wl_client *client, struct wl_resource *resource, in shm_pool_create_buffer()
218 destroy_pool(struct wl_resource *resource) in destroy_pool()
226 shm_pool_destroy(struct wl_client *client, struct wl_resource *resource) in shm_pool_destroy()
232 shm_pool_resize(struct wl_client *client, struct wl_resource *resource, in shm_pool_resize()
262 shm_create_pool(struct wl_client *client, struct wl_resource *resource, in shm_create_pool()
334 struct wl_resource *resource; in bind_shm()
365 wl_shm_buffer_get(struct wl_resource *resource) in wl_shm_buffer_get()