Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/WSI/
H A DlibWaylandClient.cpp32 getFuncAddress(libwl, "wl_shm_create_pool", &wl_shm_create_pool); in LibWaylandClientExports()
H A DlibWaylandClient.hpp35 wl_shm_pool *(*wl_shm_create_pool)(wl_shm *shm, int32_t fd, int32_t size) = nullptr; member
H A DWaylandSurfaceKHR.cpp83 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 Dwayland-cursor.c70 pool->pool = wl_shm_create_pool(shm, pool->fd, size); in shm_pool_create()
/aosp_15_r20/external/libxkbcommon/tools/
H A Dinteractive-wayland.c266 pool = wl_shm_create_pool(inter->shm, fd, size); in buffer_create()
/aosp_15_r20/external/crosvm/gpu_display/src/
H A Ddisplay_wl.c1026 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 Dwayland-client-protocol.h1936 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 Dexample-client.h1731 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/
Dwayland-client-protocol.h1946 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 Dwsi_common_wayland.c2280 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 Dplatform_wayland.c2374 pool = wl_shm_create_pool(dri2_dpy->wl_shm, fd, size_map); in dri2_wl_swrast_allocate_buffer()