/third_party/wayland_standard/tests/data/ |
D | example-code.c | 34 extern const struct wl_interface wl_buffer_interface; 35 extern const struct wl_interface wl_callback_interface; 36 extern const struct wl_interface wl_data_device_interface; 37 extern const struct wl_interface wl_data_offer_interface; 38 extern const struct wl_interface wl_data_source_interface; 39 extern const struct wl_interface wl_keyboard_interface; 40 extern const struct wl_interface wl_output_interface; 41 extern const struct wl_interface wl_pointer_interface; 42 extern const struct wl_interface wl_region_interface; 43 extern const struct wl_interface wl_registry_interface; [all …]
|
D | small-code.c | 32 extern const struct wl_interface another_intf_interface; 33 extern const struct wl_interface intf_not_here_interface; 35 static const struct wl_interface *small_test_types[] = { 56 WL_EXPORT const struct wl_interface intf_A_interface = {
|
D | small-code-core.c | 32 extern const struct wl_interface another_intf_interface; 33 extern const struct wl_interface intf_not_here_interface; 35 static const struct wl_interface *small_test_types[] = { 56 WL_EXPORT const struct wl_interface intf_A_interface = {
|
D | small-private-code.c | 42 extern const struct wl_interface another_intf_interface; 43 extern const struct wl_interface intf_not_here_interface; 45 static const struct wl_interface *small_test_types[] = { 66 WL_PRIVATE const struct wl_interface intf_A_interface = {
|
D | example-server.h | 111 extern const struct wl_interface wl_display_interface; 166 extern const struct wl_interface wl_registry_interface; 185 extern const struct wl_interface wl_callback_interface; 206 extern const struct wl_interface wl_compositor_interface; 235 extern const struct wl_interface wl_shm_pool_interface; 268 extern const struct wl_interface wl_shm_interface; 293 extern const struct wl_interface wl_buffer_interface; 320 extern const struct wl_interface wl_data_offer_interface; 343 extern const struct wl_interface wl_data_source_interface; 368 extern const struct wl_interface wl_data_device_interface; [all …]
|
D | example-client.h | 108 extern const struct wl_interface wl_display_interface; 163 extern const struct wl_interface wl_registry_interface; 182 extern const struct wl_interface wl_callback_interface; 203 extern const struct wl_interface wl_compositor_interface; 232 extern const struct wl_interface wl_shm_pool_interface; 265 extern const struct wl_interface wl_shm_interface; 290 extern const struct wl_interface wl_buffer_interface; 317 extern const struct wl_interface wl_data_offer_interface; 340 extern const struct wl_interface wl_data_source_interface; 365 extern const struct wl_interface wl_data_device_interface; [all …]
|
D | small-client.h | 64 extern const struct wl_interface intf_A_interface; 158 intf_A_rq1(struct intf_A *intf_A, const struct wl_interface *interface, uint32_t version) in intf_A_rq1()
|
D | small-client-core.h | 64 extern const struct wl_interface intf_A_interface; 158 intf_A_rq1(struct intf_A *intf_A, const struct wl_interface *interface, uint32_t version) in intf_A_rq1()
|
D | small-server-core.h | 67 extern const struct wl_interface intf_A_interface;
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/ |
D | xdg-shell-client-protocol.c | 45 extern const struct wl_interface wl_output_interface; 46 extern const struct wl_interface wl_seat_interface; 47 extern const struct wl_interface wl_surface_interface; 48 extern const struct wl_interface xdg_popup_interface; 49 extern const struct wl_interface xdg_positioner_interface; 50 extern const struct wl_interface xdg_surface_interface; 51 extern const struct wl_interface xdg_toplevel_interface; 53 static const struct wl_interface *types[] = { 91 WL_PRIVATE const struct wl_interface xdg_wm_base_interface = { 107 WL_PRIVATE const struct wl_interface xdg_positioner_interface = { [all …]
|
D | xdg-shell-client-protocol.h | 82 extern const struct wl_interface xdg_wm_base_interface; 132 extern const struct wl_interface xdg_positioner_interface; 222 extern const struct wl_interface xdg_surface_interface; 260 extern const struct wl_interface xdg_toplevel_interface; 332 extern const struct wl_interface xdg_popup_interface;
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/ |
D | SDL_waylandtouch.c | 127 static const struct wl_interface *qt_touch_extension_types[] = { 153 WL_EXPORT const struct wl_interface qt_touch_extension_interface = { 162 static const struct wl_interface *qt_windowmanager_types[] = { 176 WL_EXPORT const struct wl_interface qt_windowmanager_interface = { 184 extern const struct wl_interface qt_extended_surface_interface; 186 extern const struct wl_interface wl_surface_interface; 189 static const struct wl_interface *qt_surface_extension_types[] = { 208 WL_EXPORT const struct wl_interface qt_surface_extension_interface = { 226 WL_EXPORT const struct wl_interface qt_extended_surface_interface = {
|
D | SDL_waylandtouch.h | 73 extern const struct wl_interface qt_surface_extension_interface; 74 extern const struct wl_interface qt_extended_surface_interface; 208 extern const struct wl_interface qt_touch_extension_interface; 298 extern const struct wl_interface qt_windowmanager_interface;
|
D | SDL_waylanddyn.h | 30 struct wl_interface; 54 #define SDL_WAYLAND_INTERFACE(iface) extern const struct wl_interface *WAYLAND_##iface;
|
D | SDL_waylandsym.h | 38 SDL_WAYLAND_SYM(struct wl_proxy *, wl_proxy_create, (struct wl_proxy *, const struct wl_interface *… 68 …arshal_constructor, (struct wl_proxy *, uint32_t opcode, const struct wl_interface *interface, ...… 71 …tor_versioned, (struct wl_proxy *proxy, uint32_t opcode, const struct wl_interface *interface, uin…
|
D | SDL_waylanddyn.c | 95 #define SDL_WAYLAND_INTERFACE(iface) const struct wl_interface *WAYLAND_##iface = NULL; 151 #define SDL_WAYLAND_INTERFACE(iface) WAYLAND_##iface = (struct wl_interface *) WAYLAND_GetSym(#ifac… in SDL_WAYLAND_LoadSymbols()
|
/third_party/wayland_standard/src/ |
D | wayland-client-core.h | 134 const struct wl_interface *interface); 145 const struct wl_interface *interface, 151 const struct wl_interface *interface, 158 const struct wl_interface *interface); 164 const struct wl_interface *interface, 238 const struct wl_interface **interface,
|
D | wayland-server.h | 59 const struct wl_interface *interface; 79 const struct wl_interface *interface, 85 const struct wl_interface *interface, 90 const struct wl_interface *interface,
|
D | wayland-private.h | 51 const struct wl_interface *interface; 57 wl_interface_equal(const struct wl_interface *iface1, 58 const struct wl_interface *iface2);
|
D | wayland-client.c | 95 const struct wl_interface *interface; 172 uint32_t id, const struct wl_interface *intf) in display_protocol_error() 374 const struct wl_interface *interface = proxy->object.interface; in prepare_zombie() 416 proxy_create(struct wl_proxy *factory, const struct wl_interface *interface, in proxy_create() 457 wl_proxy_create(struct wl_proxy *factory, const struct wl_interface *interface) in wl_proxy_create() 472 uint32_t id, const struct wl_interface *interface) in wl_proxy_create_for_id() 637 const struct wl_interface *interface, uint32_t version) in create_outgoing_proxy() 689 const struct wl_interface *interface) in wl_proxy_marshal_array_constructor() 725 const struct wl_interface *interface, in wl_proxy_marshal_array_constructor_versioned() 824 const struct wl_interface *interface, ...) in wl_proxy_marshal_constructor() [all …]
|
D | wayland-server-core.h | 245 const struct wl_interface *interface, 279 const struct wl_interface * 528 const struct wl_interface *interface, 577 const struct wl_interface *interface,
|
D | wayland-util.h | 167 const struct wl_interface **types; 216 struct wl_interface { struct
|
D | wayland-server.c | 111 const struct wl_interface *interface; 823 const struct wl_interface *interface, in wl_resource_instance_of() 1184 const struct wl_interface *interface, int version, in wl_global_create() 1275 WL_EXPORT const struct wl_interface * 1765 const struct wl_interface *interface, in wl_resource_create() 2203 const struct wl_interface *interface, 2209 const struct wl_interface *interface, in wl_client_add_object() 2226 const struct wl_interface *interface, 2231 const struct wl_interface *interface, in wl_client_new_object() 2248 const struct wl_interface *interface, [all …]
|
/third_party/wayland_standard/tests/ |
D | interface-test.c | 34 const struct wl_interface fake = { in TEST() 37 const struct wl_interface fake_registry = { in TEST() 40 const struct wl_interface copy = wl_registry_interface; in TEST()
|
/third_party/weston/tests/ |
D | weston-test-client-helper.h | 231 const struct wl_interface *intf, uint32_t code); 275 const struct wl_interface *iface,
|