Home
last modified time | relevance | path

Searched refs:wl_shm_send_format (Results 1 – 2 of 2) sorted by relevance

/third_party/wayland_standard/src/
Dwayland-shm.c347 wl_shm_send_format(resource, WL_SHM_FORMAT_ARGB8888); in bind_shm()
348 wl_shm_send_format(resource, WL_SHM_FORMAT_XRGB8888); in bind_shm()
352 wl_shm_send_format(resource, *p); in bind_shm()
/third_party/wayland_standard/tests/data/
Dexample-server.h1474 wl_shm_send_format(struct wl_resource *resource_, uint32_t format) in wl_shm_send_format() function