/third_party/wayland_standard/src/ |
D | wayland-shm.c | 59 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 …]
|
D | wayland-server-core.h | 627 struct wl_shm_pool * 631 wl_shm_pool_unref(struct wl_shm_pool *pool);
|
/third_party/wayland_standard/tests/data/ |
D | example-client.h | 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() 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 …]
|
D | example-server.h | 88 struct wl_shm_pool;
|
/third_party/weston/tests/ |
D | bad-buffer-test.c | 147 struct wl_shm_pool *pool; in create_bad_shm_buffer()
|
D | weston-test-client-helper.c | 448 struct wl_shm_pool *pool; in create_shm_buffer()
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | WaylandSurfaceKHR.cpp | 77 struct wl_shm_pool *pool = wl_shm_create_pool(shm, fd, extent.height * stride); in attachImage()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/ |
D | TestBase.cpp | 115 struct wl_shm_pool *pool; in TestBase()
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wlshmallocator.c | 213 struct wl_shm_pool *wl_pool; in gst_wl_shm_memory_construct_wl_buffer()
|
/third_party/weston/clients/ |
D | screenshot.c | 166 struct wl_shm_pool *pool; in screenshot_create_shm_buffer()
|
D | simple-touch.c | 66 struct wl_shm_pool *pool; in create_shm_buffer()
|
D | simple-shm.c | 93 struct wl_shm_pool *pool; in create_shm_buffer()
|
D | multi-resource.c | 91 struct wl_shm_pool *pool; in attach_buffer()
|
D | presentation-shm.c | 138 struct wl_shm_pool *pool; in create_shm_buffers()
|
D | simple-damage.c | 118 struct wl_shm_pool *pool; in create_shm_buffer()
|
D | ivi-shell-user-interface.c | 794 struct wl_shm_pool *pool; in createShmBuffer()
|
D | window.c | 445 struct wl_shm_pool *pool; 737 static struct wl_shm_pool * 740 struct wl_shm_pool *pool; in make_shm_pool()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandmouse.c | 107 struct wl_shm_pool *shm_pool; in create_buffer_from_shm()
|
/third_party/wayland_standard/cursor/ |
D | wayland-cursor.c | 44 struct wl_shm_pool *pool;
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/simple-weston-client/src/ |
D | simple-weston-client.c | 607 struct wl_shm_pool *pool; in create_shm_buffer()
|
/third_party/flutter/glfw/src/ |
D | wl_window.c | 693 struct wl_shm_pool* pool; in _glfwPlatformCreateCursor()
|
/third_party/weston/compositor/ |
D | screen-share.c | 435 struct wl_shm_pool *pool; in shared_output_get_shm_buffer()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 1138 struct wl_shm_pool *pool = wl_shm_create_pool(display->wl_shm, fd, image->data_size); in wsi_wl_image_init()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_wayland.c | 1711 struct wl_shm_pool *pool; in dri2_wl_swrast_allocate_buffer()
|
/third_party/weston/libweston/backend-wayland/ |
D | wayland.c | 286 struct wl_shm_pool *pool; in wayland_output_get_shm_buffer()
|