Searched refs:wl_shm_interface (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/src/WSI/ |
D | libWaylandClient.cpp | 40 …wl_shm_interface = reinterpret_cast<const wl_interface *>(getProcAddress(libwl, "wl_shm_interface"… in LibWaylandClientExports()
|
D | libWaylandClient.hpp | 43 const wl_interface *wl_shm_interface = nullptr; member
|
D | WaylandSurfaceKHR.cpp | 37 …_shm *>(libWaylandClient->wl_registry_bind(registry, name, libWaylandClient->wl_shm_interface, 1)); in wl_registry_handle_global()
|
/external/wayland/src/ |
D | wayland-shm.c | 382 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/ |
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/crosvm/gpu_display/src/ |
D | display_wl.c | 596 } 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/ |
D | platform_wayland.c | 2836 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/ |
D | interactive-wayland.c | 619 inter->shm = wl_registry_bind(registry, name, &wl_shm_interface, in registry_global()
|
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_wayland.c | 907 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/ |
D | wayland-client-protocol.h | 265 extern const struct wl_interface wl_shm_interface;
|