Home
last modified time | relevance | path

Searched refs:wl_shm_pool (Results 1 – 9 of 9) sorted by relevance

/external/wayland/src/
Dwayland-shm.c59 struct wl_shm_pool { struct
75 struct wl_shm_pool *pool; argument
79 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 …]
Dwayland-server-core.h630 struct wl_shm_pool *
634 wl_shm_pool_unref(struct wl_shm_pool *pool);
/external/wayland/tests/data/
Dexample-client.h85 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() argument
1305 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() argument
1312 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() argument
1318 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() argument
1341 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 …]
Dexample-server.h88 struct wl_shm_pool;
/external/swiftshader/src/WSI/
DWaylandSurfaceKHR.cpp77 struct wl_shm_pool *pool = wl_shm_create_pool(shm, fd, extent.height * stride); in attachImage()
/external/wayland/cursor/
Dwayland-cursor.c44 struct wl_shm_pool *pool;
/external/libxkbcommon/tools/
Dinteractive-wayland.c214 struct wl_shm_pool *pool; in buffer_create()
/external/crosvm/gpu_display/src/
Ddisplay_wl.c581 struct wl_shm_pool *shm_pool = in dwl_context_surface_new()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c1669 struct wl_shm_pool *pool; in dri2_wl_swrast_allocate_buffer()