Home
last modified time | relevance | path

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

12

/third_party/wayland_standard/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.h627 struct wl_shm_pool *
631 wl_shm_pool_unref(struct wl_shm_pool *pool);
/third_party/wayland_standard/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;
/third_party/weston/tests/
Dbad-buffer-test.c147 struct wl_shm_pool *pool; in create_bad_shm_buffer()
Dweston-test-client-helper.c448 struct wl_shm_pool *pool; in create_shm_buffer()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DWaylandSurfaceKHR.cpp77 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/
DTestBase.cpp115 struct wl_shm_pool *pool; in TestBase()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlshmallocator.c213 struct wl_shm_pool *wl_pool; in gst_wl_shm_memory_construct_wl_buffer()
/third_party/weston/clients/
Dscreenshot.c166 struct wl_shm_pool *pool; in screenshot_create_shm_buffer()
Dsimple-touch.c66 struct wl_shm_pool *pool; in create_shm_buffer()
Dsimple-shm.c93 struct wl_shm_pool *pool; in create_shm_buffer()
Dmulti-resource.c91 struct wl_shm_pool *pool; in attach_buffer()
Dpresentation-shm.c138 struct wl_shm_pool *pool; in create_shm_buffers()
Dsimple-damage.c118 struct wl_shm_pool *pool; in create_shm_buffer()
Divi-shell-user-interface.c794 struct wl_shm_pool *pool; in createShmBuffer()
Dwindow.c445 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/
DSDL_waylandmouse.c107 struct wl_shm_pool *shm_pool; in create_buffer_from_shm()
/third_party/wayland_standard/cursor/
Dwayland-cursor.c44 struct wl_shm_pool *pool;
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/simple-weston-client/src/
Dsimple-weston-client.c607 struct wl_shm_pool *pool; in create_shm_buffer()
/third_party/flutter/glfw/src/
Dwl_window.c693 struct wl_shm_pool* pool; in _glfwPlatformCreateCursor()
/third_party/weston/compositor/
Dscreen-share.c435 struct wl_shm_pool *pool; in shared_output_get_shm_buffer()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c1138 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/
Dplatform_wayland.c1711 struct wl_shm_pool *pool; in dri2_wl_swrast_allocate_buffer()
/third_party/weston/libweston/backend-wayland/
Dwayland.c286 struct wl_shm_pool *pool; in wayland_output_get_shm_buffer()

12