Home
last modified time | relevance | path

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

/third_party/wayland_standard/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()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylanddyn.h83 #define wl_shm_pool_interface (*WAYLAND_wl_shm_pool_interface) macro
DSDL_waylandsym.h75 SDL_WAYLAND_INTERFACE(wl_shm_pool_interface)
/third_party/wayland_standard/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()