Home
last modified time | relevance | path

Searched refs:shm (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylandvideo.c378 d->shm = wl_registry_bind(registry, id, &wl_shm_interface, 1); in display_handle_global()
379 d->cursor_theme = WAYLAND_wl_cursor_theme_load(NULL, 32, d->shm); in display_handle_global()
507 if (data->shm) in Wayland_VideoQuit()
508 wl_shm_destroy(data->shm); in Wayland_VideoQuit()
A DSDL_waylandvideo.h54 struct wl_shm *shm; member
A DSDL_waylandmouse.c130 shm_pool = wl_shm_create_pool(data->shm, shm_fd, size); in create_buffer_from_shm()

Completed in 5 milliseconds