Home
last modified time | relevance | path

Searched refs:wl_shm_pool_interface (Results 1 – 4 of 4) sorted by relevance

/external/wayland/tests/data/
Dexample-code.c46 extern const struct wl_interface wl_shm_pool_interface;
70 &wl_shm_pool_interface,
207 WL_EXPORT const struct wl_interface wl_shm_pool_interface = { variable
Dexample-server.h235 extern const struct wl_interface wl_shm_pool_interface;
1087 struct wl_shm_pool_interface { struct
Dexample-client.h232 extern const struct wl_interface wl_shm_pool_interface;
1738 WL_SHM_CREATE_POOL, &wl_shm_pool_interface, NULL, fd, size); in wl_shm_create_pool()
/external/wayland/src/
Dwayland-shm.c255 static const struct wl_shm_pool_interface shm_pool_interface = {
306 wl_resource_create(client, &wl_shm_pool_interface, 1, id); in shm_create_pool()