Home
last modified time | relevance | path

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

/third_party/weston/tests/
Dbad-buffer-test.c155 buffer = wl_shm_pool_create_buffer(pool, 0, width, height, stride, in create_bad_shm_buffer()
Dweston-test-client-helper.c477 buf->proxy = wl_shm_pool_create_buffer(pool, 0, width, height, in create_shm_buffer()
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DWaylandSurfaceKHR.cpp78 …wlImage->buffer = wl_shm_pool_create_buffer(pool, 0, extent.width, extent.height, stride, WL_SHM_F… in attachImage()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/
DTestBase.cpp183 wlBuffers.push_back(wl_shm_pool_create_buffer(pool, 0, 1, 1, 4, WL_SHM_FORMAT_ARGB8888)); in TestBase()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlshmallocator.c241 wbuffer = wl_shm_pool_create_buffer (wl_pool, offset, width, height, stride, in gst_wl_shm_memory_construct_wl_buffer()
/third_party/weston/clients/
Dscreenshot.c190 buffer = wl_shm_pool_create_buffer(pool, 0, width, height, stride, in screenshot_create_shm_buffer()
Dsimple-touch.c89 wl_shm_pool_create_buffer(pool, 0, in create_shm_buffer()
Dsimple-shm.c115 buffer->buffer = wl_shm_pool_create_buffer(pool, 0, in create_shm_buffer()
Dmulti-resource.c106 buffer = wl_shm_pool_create_buffer(pool, 0, in attach_buffer()
Dpresentation-shm.c167 bufs[i].buffer = wl_shm_pool_create_buffer(pool, offset, in create_shm_buffers()
Dsimple-damage.c140 buffer->buffer = wl_shm_pool_create_buffer(pool, 0, in create_shm_buffer()
Divi-shell-user-interface.c825 p_wlCtx->wlBuffer = wl_shm_pool_create_buffer(pool, 0, in createShmBuffer()
Dwindow.c862 data->buffer = wl_shm_pool_create_buffer(pool->pool, offset, in display_create_shm_surface_from_pool()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandmouse.c133 d->buffer = wl_shm_pool_create_buffer(shm_pool, in create_buffer_from_shm()
/third_party/wayland_standard/cursor/
Dwayland-cursor.c162 wl_shm_pool_create_buffer(theme->pool->pool, in wl_cursor_image_get_buffer()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/simple-weston-client/src/
Dsimple-weston-client.c633 wlcontext->wlBkgndBuffer = wl_shm_pool_create_buffer(pool, in create_shm_buffer()
/third_party/flutter/glfw/src/
Dwl_window.c733 wl_shm_pool_create_buffer(pool, 0, in _glfwPlatformCreateCursor()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c1140 image->buffer = wl_shm_pool_create_buffer(pool, 0, chain->extent.width, in wsi_wl_image_init()
/third_party/weston/compositor/
Dscreen-share.c497 sb->buffer = wl_shm_pool_create_buffer(pool, 0, in shared_output_get_shm_buffer()
/third_party/wayland_standard/tests/data/
Dexample-client.h1337 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() function
/third_party/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c1732 *buffer = wl_shm_pool_create_buffer(pool, 0, w, h, stride, format); in dri2_wl_swrast_allocate_buffer()
/third_party/weston/libweston/backend-wayland/
Dwayland.c350 sb->buffer = wl_shm_pool_create_buffer(pool, 0, in wayland_output_get_shm_buffer()