Searched refs:wl_shm_pool_create_buffer (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/swiftshader/src/WSI/ |
H A D | libWaylandClient.cpp | 33 getFuncAddress(libwl, "wl_shm_pool_create_buffer", &wl_shm_pool_create_buffer); in LibWaylandClientExports()
|
H A D | libWaylandClient.hpp | 36 …wl_buffer *(*wl_shm_pool_create_buffer)(wl_shm_pool *p, int32_t offset, int32_t width, int32_t hei… member
|
H A D | WaylandSurfaceKHR.cpp | 84 …wlImage->buffer = libWaylandClient->wl_shm_pool_create_buffer(pool, 0, extent.width, extent.height… in attachImage()
|
/aosp_15_r20/external/wayland/cursor/ |
H A D | wayland-cursor.c | 161 wl_shm_pool_create_buffer(theme->pool->pool, in wl_cursor_image_get_buffer()
|
/aosp_15_r20/external/libxkbcommon/tools/ |
H A D | interactive-wayland.c | 267 buf = wl_shm_pool_create_buffer(pool, 0, width, height, stride, in buffer_create()
|
/aosp_15_r20/external/crosvm/gpu_display/src/ |
H A D | display_wl.c | 1037 struct wl_buffer *buffer = wl_shm_pool_create_buffer( in dwl_context_surface_new()
|
/aosp_15_r20/external/swiftshader/include/Wayland/ |
H A D | wayland-client-protocol.h | 1369 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 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
|
/aosp_15_r20/out/soong/.intermediates/external/wayland/wayland_core_client_protocol_headers/gen/ |
D | wayland-client-protocol.h | 1379 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 D | wsi_common_wayland.c | 2284 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 D | platform_wayland.c | 2376 *buffer = wl_shm_pool_create_buffer(pool, 0, w, h, stride, format); in dri2_wl_swrast_allocate_buffer()
|