Searched refs:wl_shm_pool_create_buffer (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/WSI/ |
D | WaylandSurfaceKHR.cpp | 78 …wlImage->buffer = wl_shm_pool_create_buffer(pool, 0, extent.width, extent.height, stride, WL_SHM_F… in attachImage()
|
/external/wayland/cursor/ |
D | wayland-cursor.c | 162 wl_shm_pool_create_buffer(theme->pool->pool, in wl_cursor_image_get_buffer()
|
/external/libxkbcommon/tools/ |
D | interactive-wayland.c | 254 buf = wl_shm_pool_create_buffer(pool, 0, width, height, stride, in buffer_create()
|
/external/crosvm/gpu_display/src/ |
D | display_wl.c | 590 struct wl_buffer *buffer = wl_shm_pool_create_buffer( in dwl_context_surface_new()
|
/external/wayland/tests/data/ |
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
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_wayland.c | 1690 *buffer = wl_shm_pool_create_buffer(pool, 0, w, h, stride, format); in dri2_wl_swrast_allocate_buffer()
|