Home
last modified time | relevance | path

Searched refs:wl_interface (Results 1 – 25 of 38) sorted by relevance

12

/third_party/wayland_standard/tests/data/
Dexample-code.c34 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 …]
Dsmall-code.c32 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 = {
Dsmall-code-core.c32 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 = {
Dsmall-private-code.c42 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 = {
Dexample-server.h111 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 …]
Dexample-client.h108 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 …]
Dsmall-client.h64 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()
Dsmall-client-core.h64 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()
Dsmall-server-core.h67 extern const struct wl_interface intf_A_interface;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dxdg-shell-client-protocol.c45 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 …]
Dxdg-shell-client-protocol.h82 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/
DSDL_waylandtouch.c127 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 = {
DSDL_waylandtouch.h73 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;
DSDL_waylanddyn.h30 struct wl_interface;
54 #define SDL_WAYLAND_INTERFACE(iface) extern const struct wl_interface *WAYLAND_##iface;
DSDL_waylandsym.h38 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…
DSDL_waylanddyn.c95 #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/
Dwayland-client-core.h134 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,
Dwayland-server.h59 const struct wl_interface *interface;
79 const struct wl_interface *interface,
85 const struct wl_interface *interface,
90 const struct wl_interface *interface,
Dwayland-private.h51 const struct wl_interface *interface;
57 wl_interface_equal(const struct wl_interface *iface1,
58 const struct wl_interface *iface2);
Dwayland-client.c95 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 …]
Dwayland-server-core.h245 const struct wl_interface *interface,
279 const struct wl_interface *
528 const struct wl_interface *interface,
577 const struct wl_interface *interface,
Dwayland-util.h167 const struct wl_interface **types;
216 struct wl_interface { struct
Dwayland-server.c111 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/
Dinterface-test.c34 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/
Dweston-test-client-helper.h231 const struct wl_interface *intf, uint32_t code);
275 const struct wl_interface *iface,

12