Home
last modified time | relevance | path

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

/external/wayland/tests/data/
Dexample-client.h3298 wl_surface_add_listener(struct wl_surface *wl_surface, in wl_surface_add_listener()
3368 wl_surface_set_user_data(struct wl_surface *wl_surface, void *user_data) in wl_surface_set_user_data()
3375 wl_surface_get_user_data(struct wl_surface *wl_surface) in wl_surface_get_user_data()
3381 wl_surface_get_version(struct wl_surface *wl_surface) in wl_surface_get_version()
3392 wl_surface_destroy(struct wl_surface *wl_surface) in wl_surface_destroy()
3444 wl_surface_attach(struct wl_surface *wl_surface, struct wl_buffer *buffer, int32_t x, int32_t y) in wl_surface_attach()
3476 wl_surface_damage(struct wl_surface *wl_surface, int32_t x, int32_t y, int32_t width, int32_t heigh… in wl_surface_damage()
3519 wl_surface_frame(struct wl_surface *wl_surface) in wl_surface_frame()
3558 wl_surface_set_opaque_region(struct wl_surface *wl_surface, struct wl_region *region) in wl_surface_set_opaque_region()
3591 wl_surface_set_input_region(struct wl_surface *wl_surface, struct wl_region *region) in wl_surface_set_input_region()
[all …]
/external/crosvm/gpu_display/src/
Ddisplay_wl.c330 static void surface_enter(void *data, struct wl_surface *wl_surface, in surface_enter()
352 static void surface_leave(void *data, struct wl_surface *wl_surface, in surface_leave()