Home
last modified time | relevance | path

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

/external/wayland/tests/data/
Dexample-server.h2675 struct wl_surface_interface { struct
2681 void (*destroy)(struct wl_client *client,
2730 void (*attach)(struct wl_client *client,
2767 void (*damage)(struct wl_client *client,
2812 void (*frame)(struct wl_client *client,
2845 void (*set_opaque_region)(struct wl_client *client,
2875 void (*set_input_region)(struct wl_client *client,
2899 void (*commit)(struct wl_client *client,
2939 void (*set_buffer_transform)(struct wl_client *client,
2974 void (*set_buffer_scale)(struct wl_client *client,
[all …]
Dexample-code.c367 WL_EXPORT const struct wl_interface wl_surface_interface = { variable