Home
last modified time | relevance | path

Searched refs:wl_shm_interface (Results 1 – 8 of 8) sorted by relevance

/external/wayland/src/
Dwayland-shm.c326 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/
DWaylandSurfaceKHR.cpp31 *pshm = static_cast<struct wl_shm *>(wl_registry_bind(registry, name, &wl_shm_interface, 1)); in wl_registry_handle_global()
/external/wayland/tests/data/
Dexample-code.c221 WL_EXPORT const struct wl_interface wl_shm_interface = { variable
Dexample-server.h268 extern const struct wl_interface wl_shm_interface;
1435 struct wl_shm_interface { struct
Dexample-client.h265 extern const struct wl_interface wl_shm_interface;
/external/libxkbcommon/tools/
Dinteractive-wayland.c606 inter->shm = wl_registry_bind(registry, name, &wl_shm_interface, in registry_global()
/external/crosvm/gpu_display/src/
Ddisplay_wl.c261 registry, id, &wl_shm_interface, 1); in registry_global()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c1985 wl_registry_bind(registry, name, &wl_shm_interface, 1); in registry_handle_global_swrast()