Home
last modified time | relevance | path

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

12

/third_party/wayland_standard/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()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylanddyn.h93 #define wl_shm_interface (*WAYLAND_wl_shm_interface) macro
DSDL_waylandsym.h85 SDL_WAYLAND_INTERFACE(wl_shm_interface)
DSDL_waylandvideo.c309 d->shm = wl_registry_bind(registry, id, &wl_shm_interface, 1); in display_handle_global()
/third_party/skia/third_party/externals/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()
/third_party/wayland-ivi-extension/ivi-layermanagement-api/test/
DTestBase.cpp97 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/
DWLContext.cpp133 &wl_shm_interface, in RegistryHandleGlobal()
/third_party/wayland_standard/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;
/third_party/weston/clients/
Dscreenshot.c143 sh_data->shm = wl_registry_bind(registry, name, &wl_shm_interface, 1); in handle_global()
Dsimple-touch.c283 &wl_shm_interface, 1); in handle_global()
Dsimple-shm.c378 id, &wl_shm_interface, 1); in registry_handle_global()
Dmulti-resource.c205 id, &wl_shm_interface, 1); in registry_handle_global()
Dpresentation-shm.c771 name, &wl_shm_interface, 1); in registry_handle_global()
Dsimple-egl.c762 &wl_shm_interface, 1); in registry_handle_global()
Dsimple-damage.c756 id, &wl_shm_interface, 1); in registry_handle_global()
Divi-shell-user-interface.c594 wl_registry_bind(registry, name, &wl_shm_interface, 1); in registry_handle_global()
Dweston-info.c1536 id, &wl_shm_interface, 1); in add_shm_info()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwldisplay.c225 self->shm = wl_registry_bind (registry, id, &wl_shm_interface, 1); in registry_handle_global()
/third_party/libxkbcommon/tools/
Dinteractive-wayland.c606 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/
Dsimple-weston-client.c471 wl_registry_bind(registry, name, &wl_shm_interface, 1); in registry_handle_global()
/third_party/flutter/glfw/src/
Dwl_init.c391 wl_registry_bind(registry, name, &wl_shm_interface, 1); in registryHandleGlobal()
/third_party/weston/compositor/
Dscreen-share.c729 id, &wl_shm_interface, 1); in registry_handle_global()
/third_party/weston/tests/
Dweston-test-client-helper.c777 &wl_shm_interface, version); in handle_global()

12