Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/WSI/
H A DlibWaylandClient.cpp33 getFuncAddress(libwl, "wl_shm_pool_create_buffer", &wl_shm_pool_create_buffer); in LibWaylandClientExports()
H A DlibWaylandClient.hpp36 …wl_buffer *(*wl_shm_pool_create_buffer)(wl_shm_pool *p, int32_t offset, int32_t width, int32_t hei… member
H A DWaylandSurfaceKHR.cpp84 …wlImage->buffer = libWaylandClient->wl_shm_pool_create_buffer(pool, 0, extent.width, extent.height… in attachImage()
/aosp_15_r20/external/wayland/cursor/
H A Dwayland-cursor.c161 wl_shm_pool_create_buffer(theme->pool->pool, in wl_cursor_image_get_buffer()
/aosp_15_r20/external/libxkbcommon/tools/
H A Dinteractive-wayland.c267 buf = wl_shm_pool_create_buffer(pool, 0, width, height, stride, in buffer_create()
/aosp_15_r20/external/crosvm/gpu_display/src/
H A Ddisplay_wl.c1037 struct wl_buffer *buffer = wl_shm_pool_create_buffer( in dwl_context_surface_new()
/aosp_15_r20/external/swiftshader/include/Wayland/
H A Dwayland-client-protocol.h1369 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
/aosp_15_r20/external/wayland/tests/data/
H A 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
/aosp_15_r20/out/soong/.intermediates/external/wayland/wayland_core_client_protocol_headers/gen/
Dwayland-client-protocol.h1379 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
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c2284 image->buffer = wl_shm_pool_create_buffer(pool, 0, chain->extent.width, in wsi_wl_image_init()
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_wayland.c2376 *buffer = wl_shm_pool_create_buffer(pool, 0, w, h, stride, format); in dri2_wl_swrast_allocate_buffer()