Home
last modified time | relevance | path

Searched refs:wl_shm_create_pool (Results 1 – 22 of 22) sorted by relevance

/third_party/weston/tests/
Dbad-buffer-test.c154 pool = wl_shm_create_pool(shm, fd, size); in create_bad_shm_buffer()
Dweston-test-client-helper.c476 pool = wl_shm_create_pool(shm, fd, buf->len); 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.cpp174 pool = wl_shm_create_pool(wlShm, fd, size); in TestBase()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlshmallocator.c239 wl_pool = wl_shm_create_pool (display->shm, gst_fd_memory_get_fd (mem), in gst_wl_shm_memory_construct_wl_buffer()
/third_party/weston/clients/
Dscreenshot.c188 pool = wl_shm_create_pool(shm, fd, size); in screenshot_create_shm_buffer()
Dsimple-touch.c87 pool = wl_shm_create_pool(touch->shm, fd, size); in create_shm_buffer()
Dsimple-shm.c114 pool = wl_shm_create_pool(display->shm, fd, size); in create_shm_buffer()
Dmulti-resource.c105 pool = wl_shm_create_pool(window->display->shm, fd, size); in attach_buffer()
Dpresentation-shm.c160 pool = wl_shm_create_pool(display->shm, fd, size); in create_shm_buffers()
Dsimple-damage.c139 pool = wl_shm_create_pool(display->shm, fd, size); in create_shm_buffer()
Divi-shell-user-interface.c824 pool = wl_shm_create_pool(p_wlCtx->cmm->wlShm, fd, size); in createShmBuffer()
Dwindow.c757 pool = wl_shm_create_pool(display->shm, fd, size); in make_shm_pool()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandmouse.c132 shm_pool = wl_shm_create_pool(data->shm, shm_fd, size); in create_buffer_from_shm()
/third_party/wayland_standard/cursor/
Dwayland-cursor.c70 pool->pool = wl_shm_create_pool(shm, pool->fd, size); in shm_pool_create()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/simple-weston-client/src/
Dsimple-weston-client.c632 pool = wl_shm_create_pool(wlcontext->wl_shm, fd, size); in create_shm_buffer()
/third_party/flutter/glfw/src/
Dwl_window.c717 pool = wl_shm_create_pool(_glfw.wl.shm, fd, length); in _glfwPlatformCreateCursor()
/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/weston/compositor/
Dscreen-share.c495 pool = wl_shm_create_pool(so->parent.shm, fd, sb->size); in shared_output_get_shm_buffer()
/third_party/wayland_standard/tests/data/
Dexample-client.h1733 wl_shm_create_pool(struct wl_shm *wl_shm, int32_t fd, int32_t size) in wl_shm_create_pool() function
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c1730 pool = wl_shm_create_pool(dri2_dpy->wl_shm, fd, size_map); in dri2_wl_swrast_allocate_buffer()
/third_party/weston/libweston/backend-wayland/
Dwayland.c348 pool = wl_shm_create_pool(shm, fd, sb->size); in wayland_output_get_shm_buffer()