Searched refs:wl_shm_create_pool (Results 1 – 22 of 22) sorted by relevance
/third_party/weston/tests/ |
D | bad-buffer-test.c | 154 pool = wl_shm_create_pool(shm, fd, size); in create_bad_shm_buffer()
|
D | weston-test-client-helper.c | 476 pool = wl_shm_create_pool(shm, fd, buf->len); 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 | 174 pool = wl_shm_create_pool(wlShm, fd, size); in TestBase()
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wlshmallocator.c | 239 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/ |
D | screenshot.c | 188 pool = wl_shm_create_pool(shm, fd, size); in screenshot_create_shm_buffer()
|
D | simple-touch.c | 87 pool = wl_shm_create_pool(touch->shm, fd, size); in create_shm_buffer()
|
D | simple-shm.c | 114 pool = wl_shm_create_pool(display->shm, fd, size); in create_shm_buffer()
|
D | multi-resource.c | 105 pool = wl_shm_create_pool(window->display->shm, fd, size); in attach_buffer()
|
D | presentation-shm.c | 160 pool = wl_shm_create_pool(display->shm, fd, size); in create_shm_buffers()
|
D | simple-damage.c | 139 pool = wl_shm_create_pool(display->shm, fd, size); in create_shm_buffer()
|
D | ivi-shell-user-interface.c | 824 pool = wl_shm_create_pool(p_wlCtx->cmm->wlShm, fd, size); in createShmBuffer()
|
D | window.c | 757 pool = wl_shm_create_pool(display->shm, fd, size); in make_shm_pool()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandmouse.c | 132 shm_pool = wl_shm_create_pool(data->shm, shm_fd, size); in create_buffer_from_shm()
|
/third_party/wayland_standard/cursor/ |
D | wayland-cursor.c | 70 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/ |
D | simple-weston-client.c | 632 pool = wl_shm_create_pool(wlcontext->wl_shm, fd, size); in create_shm_buffer()
|
/third_party/flutter/glfw/src/ |
D | wl_window.c | 717 pool = wl_shm_create_pool(_glfw.wl.shm, fd, length); in _glfwPlatformCreateCursor()
|
/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/weston/compositor/ |
D | screen-share.c | 495 pool = wl_shm_create_pool(so->parent.shm, fd, sb->size); in shared_output_get_shm_buffer()
|
/third_party/wayland_standard/tests/data/ |
D | example-client.h | 1733 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/ |
D | platform_wayland.c | 1730 pool = wl_shm_create_pool(dri2_dpy->wl_shm, fd, size_map); in dri2_wl_swrast_allocate_buffer()
|
/third_party/weston/libweston/backend-wayland/ |
D | wayland.c | 348 pool = wl_shm_create_pool(shm, fd, sb->size); in wayland_output_get_shm_buffer()
|