Searched refs:wl_shm_interface (Results 1 – 8 of 8) sorted by relevance
/external/wayland/src/ |
D | wayland-shm.c | 326 static const struct wl_shm_interface shm_interface = { 339 resource = wl_resource_create(client, &wl_shm_interface, 1, id); in bind_shm() 358 if (!wl_global_create(display, &wl_shm_interface, 1, NULL, bind_shm)) in wl_display_init_shm()
|
/external/swiftshader/src/WSI/ |
D | WaylandSurfaceKHR.cpp | 31 *pshm = static_cast<struct wl_shm *>(wl_registry_bind(registry, name, &wl_shm_interface, 1)); in wl_registry_handle_global()
|
/external/wayland/tests/data/ |
D | example-code.c | 221 WL_EXPORT const struct wl_interface wl_shm_interface = { variable
|
D | example-server.h | 268 extern const struct wl_interface wl_shm_interface; 1435 struct wl_shm_interface { struct
|
D | example-client.h | 265 extern const struct wl_interface wl_shm_interface;
|
/external/libxkbcommon/tools/ |
D | interactive-wayland.c | 606 inter->shm = wl_registry_bind(registry, name, &wl_shm_interface, in registry_global()
|
/external/crosvm/gpu_display/src/ |
D | display_wl.c | 261 registry, id, &wl_shm_interface, 1); in registry_global()
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | platform_wayland.c | 1985 wl_registry_bind(registry, name, &wl_shm_interface, 1); in registry_handle_global_swrast()
|