Home
last modified time | relevance | path

Searched refs:wl_proxy_marshal (Results 1 – 8 of 8) sorted by relevance

/third_party/wayland_standard/tests/data/
Dexample-client.h1359 wl_proxy_marshal((struct wl_proxy *) wl_shm_pool, in wl_shm_pool_destroy()
1376 wl_proxy_marshal((struct wl_proxy *) wl_shm_pool, in wl_shm_pool_resize()
1822 wl_proxy_marshal((struct wl_proxy *) wl_buffer, in wl_buffer_destroy()
2018 wl_proxy_marshal((struct wl_proxy *) wl_data_offer, in wl_data_offer_accept()
2044 wl_proxy_marshal((struct wl_proxy *) wl_data_offer, in wl_data_offer_receive()
2056 wl_proxy_marshal((struct wl_proxy *) wl_data_offer, in wl_data_offer_destroy()
2080 wl_proxy_marshal((struct wl_proxy *) wl_data_offer, in wl_data_offer_finish()
2122 wl_proxy_marshal((struct wl_proxy *) wl_data_offer, in wl_data_offer_set_actions()
2347 wl_proxy_marshal((struct wl_proxy *) wl_data_source, in wl_data_source_offer()
2359 wl_proxy_marshal((struct wl_proxy *) wl_data_source, in wl_data_source_destroy()
[all …]
Dsmall-client-core.h188 wl_proxy_marshal((struct wl_proxy *) intf_A, in intf_A_destroy()
Dsmall-client.h188 wl_proxy_marshal((struct wl_proxy *) intf_A, in intf_A_destroy()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylanddyn.h74 #define wl_proxy_marshal (*WAYLAND_wl_proxy_marshal) macro
DSDL_waylandsym.h37 SDL_WAYLAND_SYM(void, wl_proxy_marshal, (struct wl_proxy *, uint32_t, ...))
/third_party/wayland_standard/tests/
Dtest-compositor.c521 wl_proxy_marshal((struct wl_proxy *) c->tc, STOP_DISPLAY, num); in stop_display()
533 wl_proxy_marshal((struct wl_proxy *) c->tc, TEST_NOOP); in noop_request()
/third_party/wayland_standard/src/
Dwayland-client-core.h126 wl_proxy_marshal(struct wl_proxy *p, uint32_t opcode, ...);
Dwayland-client.c787 wl_proxy_marshal(struct wl_proxy *proxy, uint32_t opcode, ...) in wl_proxy_marshal() function