Home
last modified time | relevance | path

Searched defs:wl_surface (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/swiftshader/include/Wayland/
H A Dwayland-client-protocol.h3579 wl_surface_add_listener(struct wl_surface *wl_surface, in wl_surface_add_listener()
3654 wl_surface_set_user_data(struct wl_surface *wl_surface, void *user_data) in wl_surface_set_user_data()
3661 wl_surface_get_user_data(struct wl_surface *wl_surface) in wl_surface_get_user_data()
3667 wl_surface_get_version(struct wl_surface *wl_surface) in wl_surface_get_version()
3678 wl_surface_destroy(struct wl_surface *wl_surface) in wl_surface_destroy()
3745 wl_surface_attach(struct wl_surface *wl_surface, struct wl_buffer *buffer, int32_t x, int32_t y) in wl_surface_attach()
3777 wl_surface_damage(struct wl_surface *wl_surface, int32_t x, int32_t y, int32_t width, int32_t heigh… in wl_surface_damage()
3820 wl_surface_frame(struct wl_surface *wl_surface) in wl_surface_frame()
3859 wl_surface_set_opaque_region(struct wl_surface *wl_surface, struct wl_region *region) in wl_surface_set_opaque_region()
3892 wl_surface_set_input_region(struct wl_surface *wl_surface, struct wl_region *region) in wl_surface_set_input_region()
[all …]
/aosp_15_r20/external/wayland/tests/data/
H A Dexample-client.h3354 wl_surface_add_listener(struct wl_surface *wl_surface, in wl_surface_add_listener()
3424 wl_surface_set_user_data(struct wl_surface *wl_surface, void *user_data) in wl_surface_set_user_data()
3431 wl_surface_get_user_data(struct wl_surface *wl_surface) in wl_surface_get_user_data()
3437 wl_surface_get_version(struct wl_surface *wl_surface) in wl_surface_get_version()
3448 wl_surface_destroy(struct wl_surface *wl_surface) in wl_surface_destroy()
3498 wl_surface_attach(struct wl_surface *wl_surface, struct wl_buffer *buffer, int32_t x, int32_t y) in wl_surface_attach()
3530 wl_surface_damage(struct wl_surface *wl_surface, int32_t x, int32_t y, int32_t width, int32_t heigh… in wl_surface_damage()
3573 wl_surface_frame(struct wl_surface *wl_surface) in wl_surface_frame()
3612 wl_surface_set_opaque_region(struct wl_surface *wl_surface, struct wl_region *region) in wl_surface_set_opaque_region()
3645 wl_surface_set_input_region(struct wl_surface *wl_surface, struct wl_region *region) in wl_surface_set_input_region()
[all …]
/aosp_15_r20/out/soong/.intermediates/external/wayland/wayland_core_client_protocol_headers/gen/
Dwayland-client-protocol.h3624 wl_surface_add_listener(struct wl_surface *wl_surface, in wl_surface_add_listener()
3707 wl_surface_set_user_data(struct wl_surface *wl_surface, void *user_data) in wl_surface_set_user_data()
3714 wl_surface_get_user_data(struct wl_surface *wl_surface) in wl_surface_get_user_data()
3720 wl_surface_get_version(struct wl_surface *wl_surface) in wl_surface_get_version()
3731 wl_surface_destroy(struct wl_surface *wl_surface) in wl_surface_destroy()
3799 wl_surface_attach(struct wl_surface *wl_surface, struct wl_buffer *buffer, int32_t x, int32_t y) in wl_surface_attach()
3831 wl_surface_damage(struct wl_surface *wl_surface, int32_t x, int32_t y, int32_t width, int32_t heigh… in wl_surface_damage()
3874 wl_surface_frame(struct wl_surface *wl_surface) in wl_surface_frame()
3913 wl_surface_set_opaque_region(struct wl_surface *wl_surface, struct wl_region *region) in wl_surface_set_opaque_region()
3946 wl_surface_set_input_region(struct wl_surface *wl_surface, struct wl_region *region) in wl_surface_set_input_region()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Dplatform_types.rs16 pub type wl_surface = c_void; typedef
/aosp_15_r20/external/crosvm/gpu_display/src/
H A Ddisplay_wl.c131 struct wl_surface *wl_surface; member
686 static void surface_enter(void *data, struct wl_surface *wl_surface, in surface_enter()
708 static void surface_leave(void *data, struct wl_surface *wl_surface, in surface_leave()