Searched refs:wl_shm_create_pool (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/swiftshader/src/WSI/ |
H A D | libWaylandClient.cpp | 32 getFuncAddress(libwl, "wl_shm_create_pool", &wl_shm_create_pool); in LibWaylandClientExports()
|
H A D | libWaylandClient.hpp | 35 wl_shm_pool *(*wl_shm_create_pool)(wl_shm *shm, int32_t fd, int32_t size) = nullptr; member
|
H A D | WaylandSurfaceKHR.cpp | 83 struct wl_shm_pool *pool = libWaylandClient->wl_shm_create_pool(shm, fd, extent.height * stride); in attachImage()
|
/aosp_15_r20/external/wayland/cursor/ |
H A D | wayland-cursor.c | 70 pool->pool = wl_shm_create_pool(shm, pool->fd, size); in shm_pool_create()
|
/aosp_15_r20/external/libxkbcommon/tools/ |
H A D | interactive-wayland.c | 266 pool = wl_shm_create_pool(inter->shm, fd, size); in buffer_create()
|
/aosp_15_r20/external/crosvm/gpu_display/src/ |
H A D | display_wl.c | 1026 wl_shm_create_pool(self->ifaces.shm, shm_fd, shm_size); in dwl_context_surface_new()
|
/aosp_15_r20/external/swiftshader/include/Wayland/ |
H A D | wayland-client-protocol.h | 1936 wl_shm_create_pool(struct wl_shm *wl_shm, int32_t fd, int32_t size) in wl_shm_create_pool() function
|
/aosp_15_r20/external/wayland/tests/data/ |
H A D | example-client.h | 1731 wl_shm_create_pool(struct wl_shm *wl_shm, int32_t fd, int32_t size) in wl_shm_create_pool() function
|
/aosp_15_r20/out/soong/.intermediates/external/wayland/wayland_core_client_protocol_headers/gen/ |
D | wayland-client-protocol.h | 1946 wl_shm_create_pool(struct wl_shm *wl_shm, int32_t fd, int32_t size) in wl_shm_create_pool() function
|
/aosp_15_r20/external/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_wayland.c | 2280 struct wl_shm_pool *pool = wl_shm_create_pool(display->wl_shm, in wsi_wl_image_init()
|
/aosp_15_r20/external/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_wayland.c | 2374 pool = wl_shm_create_pool(dri2_dpy->wl_shm, fd, size_map); in dri2_wl_swrast_allocate_buffer()
|