/third_party/weston/tests/ |
D | bad-buffer-test.c | 155 buffer = wl_shm_pool_create_buffer(pool, 0, width, height, stride, in create_bad_shm_buffer()
|
D | weston-test-client-helper.c | 477 buf->proxy = wl_shm_pool_create_buffer(pool, 0, width, height, in create_shm_buffer()
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | WaylandSurfaceKHR.cpp | 78 …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/ |
D | TestBase.cpp | 183 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/ |
D | wlshmallocator.c | 241 wbuffer = wl_shm_pool_create_buffer (wl_pool, offset, width, height, stride, in gst_wl_shm_memory_construct_wl_buffer()
|
/third_party/weston/clients/ |
D | screenshot.c | 190 buffer = wl_shm_pool_create_buffer(pool, 0, width, height, stride, in screenshot_create_shm_buffer()
|
D | simple-touch.c | 89 wl_shm_pool_create_buffer(pool, 0, in create_shm_buffer()
|
D | simple-shm.c | 115 buffer->buffer = wl_shm_pool_create_buffer(pool, 0, in create_shm_buffer()
|
D | multi-resource.c | 106 buffer = wl_shm_pool_create_buffer(pool, 0, in attach_buffer()
|
D | presentation-shm.c | 167 bufs[i].buffer = wl_shm_pool_create_buffer(pool, offset, in create_shm_buffers()
|
D | simple-damage.c | 140 buffer->buffer = wl_shm_pool_create_buffer(pool, 0, in create_shm_buffer()
|
D | ivi-shell-user-interface.c | 825 p_wlCtx->wlBuffer = wl_shm_pool_create_buffer(pool, 0, in createShmBuffer()
|
D | window.c | 862 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/ |
D | SDL_waylandmouse.c | 133 d->buffer = wl_shm_pool_create_buffer(shm_pool, in create_buffer_from_shm()
|
/third_party/wayland_standard/cursor/ |
D | wayland-cursor.c | 162 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/ |
D | simple-weston-client.c | 633 wlcontext->wlBkgndBuffer = wl_shm_pool_create_buffer(pool, in create_shm_buffer()
|
/third_party/flutter/glfw/src/ |
D | wl_window.c | 733 wl_shm_pool_create_buffer(pool, 0, in _glfwPlatformCreateCursor()
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 1140 image->buffer = wl_shm_pool_create_buffer(pool, 0, chain->extent.width, in wsi_wl_image_init()
|
/third_party/weston/compositor/ |
D | screen-share.c | 497 sb->buffer = wl_shm_pool_create_buffer(pool, 0, in shared_output_get_shm_buffer()
|
/third_party/wayland_standard/tests/data/ |
D | example-client.h | 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() function
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | platform_wayland.c | 1732 *buffer = wl_shm_pool_create_buffer(pool, 0, w, h, stride, format); in dri2_wl_swrast_allocate_buffer()
|
/third_party/weston/libweston/backend-wayland/ |
D | wayland.c | 350 sb->buffer = wl_shm_pool_create_buffer(pool, 0, in wayland_output_get_shm_buffer()
|