Home
last modified time | relevance | path

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

/external/swiftshader/src/WSI/
DlibWaylandClient.cpp33 getFuncAddress(libwl, "wl_shm_pool_create_buffer", &wl_shm_pool_create_buffer); in LibWaylandClientExports()
DlibWaylandClient.hpp36 …wl_buffer *(*wl_shm_pool_create_buffer)(wl_shm_pool *p, int32_t offset, int32_t width, int32_t hei… member
DWaylandSurfaceKHR.cpp84 …wlImage->buffer = libWaylandClient->wl_shm_pool_create_buffer(pool, 0, extent.width, extent.height… 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.c267 buf = wl_shm_pool_create_buffer(pool, 0, width, height, stride, in buffer_create()
/external/crosvm/gpu_display/src/
Ddisplay_wl.c1028 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/swiftshader/include/Wayland/
Dwayland-client-protocol.h1369 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()