Home
last modified time | relevance | path

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

/external/swiftshader/src/WSI/
DlibWaylandClient.cpp40wl_shm_interface = reinterpret_cast<const wl_interface *>(getProcAddress(libwl, "wl_shm_interface"… in LibWaylandClientExports()
DlibWaylandClient.hpp43 const wl_interface *wl_shm_interface = nullptr; member
DWaylandSurfaceKHR.cpp37 …_shm *>(libWaylandClient->wl_registry_bind(registry, name, libWaylandClient->wl_shm_interface, 1)); in wl_registry_handle_global()
/external/wayland/src/
Dwayland-shm.c382 static const struct wl_shm_interface shm_interface = {
395 resource = wl_resource_create(client, &wl_shm_interface, 1, id); in bind_shm()
414 if (!wl_global_create(display, &wl_shm_interface, 1, NULL, bind_shm)) in wl_display_init_shm()
/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/crosvm/gpu_display/src/
Ddisplay_wl.c596 } else if (strcmp(interface, wl_shm_interface.name) == 0) { in registry_global()
598 registry, id, &wl_shm_interface, 1); in registry_global()
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_wayland.c2836 if (strcmp(interface, wl_shm_interface.name) == 0) { in registry_handle_global_kopper()
2837 dri2_dpy->wl_shm = wl_registry_bind(registry, name, &wl_shm_interface, 1); in registry_handle_global_kopper()
2866 if (strcmp(interface, wl_shm_interface.name) == 0) { in registry_handle_global_swrast()
2867 dri2_dpy->wl_shm = wl_registry_bind(registry, name, &wl_shm_interface, 1); in registry_handle_global_swrast()
/external/libxkbcommon/tools/
Dinteractive-wayland.c619 inter->shm = wl_registry_bind(registry, name, &wl_shm_interface, in registry_global()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_wayland.c907 if (strcmp(interface, wl_shm_interface.name) == 0) { in registry_handle_global()
908 display->wl_shm = wl_registry_bind(registry, name, &wl_shm_interface, 1); in registry_handle_global()
/external/swiftshader/include/Wayland/
Dwayland-client-protocol.h265 extern const struct wl_interface wl_shm_interface;