/third_party/wayland_standard/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()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylanddyn.h | 93 #define wl_shm_interface (*WAYLAND_wl_shm_interface) macro
|
D | SDL_waylandsym.h | 85 SDL_WAYLAND_INTERFACE(wl_shm_interface)
|
D | SDL_waylandvideo.c | 309 d->shm = wl_registry_bind(registry, id, &wl_shm_interface, 1); in display_handle_global()
|
/third_party/skia/third_party/externals/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()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/ |
D | TestBase.cpp | 97 shm = (struct wl_shm*) wl_registry_bind(registry, id, &wl_shm_interface, 1); in registry_listener_callback()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/EGLWLInputEventExample/src/ |
D | WLContext.cpp | 133 &wl_shm_interface, in RegistryHandleGlobal()
|
/third_party/wayland_standard/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;
|
/third_party/weston/clients/ |
D | screenshot.c | 143 sh_data->shm = wl_registry_bind(registry, name, &wl_shm_interface, 1); in handle_global()
|
D | simple-touch.c | 283 &wl_shm_interface, 1); in handle_global()
|
D | simple-shm.c | 378 id, &wl_shm_interface, 1); in registry_handle_global()
|
D | multi-resource.c | 205 id, &wl_shm_interface, 1); in registry_handle_global()
|
D | presentation-shm.c | 771 name, &wl_shm_interface, 1); in registry_handle_global()
|
D | simple-egl.c | 762 &wl_shm_interface, 1); in registry_handle_global()
|
D | simple-damage.c | 756 id, &wl_shm_interface, 1); in registry_handle_global()
|
D | ivi-shell-user-interface.c | 594 wl_registry_bind(registry, name, &wl_shm_interface, 1); in registry_handle_global()
|
D | weston-info.c | 1536 id, &wl_shm_interface, 1); in add_shm_info()
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wldisplay.c | 225 self->shm = wl_registry_bind (registry, id, &wl_shm_interface, 1); in registry_handle_global()
|
/third_party/libxkbcommon/tools/ |
D | interactive-wayland.c | 606 inter->shm = wl_registry_bind(registry, name, &wl_shm_interface, in registry_global()
|
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/simple-weston-client/src/ |
D | simple-weston-client.c | 471 wl_registry_bind(registry, name, &wl_shm_interface, 1); in registry_handle_global()
|
/third_party/flutter/glfw/src/ |
D | wl_init.c | 391 wl_registry_bind(registry, name, &wl_shm_interface, 1); in registryHandleGlobal()
|
/third_party/weston/compositor/ |
D | screen-share.c | 729 id, &wl_shm_interface, 1); in registry_handle_global()
|
/third_party/weston/tests/ |
D | weston-test-client-helper.c | 777 &wl_shm_interface, version); in handle_global()
|