Searched defs:wl_surface (Results  1 – 4 of 4) sorted by relevance
| /external/swiftshader/include/Wayland/ | 
| D | wayland-client-protocol.h | 3579 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 …]
 
 | 
| /external/wayland/tests/data/ | 
| D | example-client.h | 3364 wl_surface_add_listener(struct wl_surface *wl_surface,  in wl_surface_add_listener()3434 wl_surface_set_user_data(struct wl_surface *wl_surface, void *user_data)  in wl_surface_set_user_data()
 3441 wl_surface_get_user_data(struct wl_surface *wl_surface)  in wl_surface_get_user_data()
 3447 wl_surface_get_version(struct wl_surface *wl_surface)  in wl_surface_get_version()
 3458 wl_surface_destroy(struct wl_surface *wl_surface)  in wl_surface_destroy()
 3510 wl_surface_attach(struct wl_surface *wl_surface, struct wl_buffer *buffer, int32_t x, int32_t y)  in wl_surface_attach()
 3542 wl_surface_damage(struct wl_surface *wl_surface, int32_t x, int32_t y, int32_t width, int32_t heigh…  in wl_surface_damage()
 3585 wl_surface_frame(struct wl_surface *wl_surface)  in wl_surface_frame()
 3624 wl_surface_set_opaque_region(struct wl_surface *wl_surface, struct wl_region *region)  in wl_surface_set_opaque_region()
 3657 wl_surface_set_input_region(struct wl_surface *wl_surface, struct wl_region *region)  in wl_surface_set_input_region()
 [all …]
 
 | 
| /external/rust/crates/ash/src/vk/ | 
| D | platform_types.rs | 19 pub type wl_surface = c_void;  typedef
 | 
| /external/crosvm/gpu_display/src/ | 
| D | display_wl.c | 128 	struct wl_surface *wl_surface;  member683 static void surface_enter(void *data, struct wl_surface *wl_surface,  in surface_enter()
 705 static void surface_leave(void *data, struct wl_surface *wl_surface,  in surface_leave()
 
 |