Home
last modified time | relevance | path

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

/external/swiftshader/src/WSI/
DWaylandSurfaceKHR.cpp78 …wlImage->buffer = wl_shm_pool_create_buffer(pool, 0, extent.width, extent.height, stride, WL_SHM_F… in attachImage()
/external/wayland/cursor/
Dwayland-cursor.c162 wl_shm_pool_create_buffer(theme->pool->pool, in wl_cursor_image_get_buffer()
/external/libxkbcommon/tools/
Dinteractive-wayland.c254 buf = wl_shm_pool_create_buffer(pool, 0, width, height, stride, in buffer_create()
/external/crosvm/gpu_display/src/
Ddisplay_wl.c590 struct wl_buffer *buffer = wl_shm_pool_create_buffer( in dwl_context_surface_new()
/external/wayland/tests/data/
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
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c1690 *buffer = wl_shm_pool_create_buffer(pool, 0, w, h, stride, format); in dri2_wl_swrast_allocate_buffer()