Android-cuttlefish cvd tool
|
Functions | |
void | region_destroy (wl_client *, wl_resource *region_resource) |
void | region_add (wl_client *, wl_resource *region_resource, int32_t x, int32_t y, int32_t w, int32_t h) |
void | region_subtract (wl_client *, wl_resource *region_resource, int32_t x, int32_t y, int32_t w, int32_t h) |
void | surface_destroy (wl_client *, wl_resource *surface) |
void | surface_attach (wl_client *, wl_resource *surface, wl_resource *buffer, int32_t x, int32_t y) |
void | surface_damage (wl_client *, wl_resource *surface_resource, int32_t x, int32_t y, int32_t w, int32_t h) |
void | surface_frame (wl_client *, wl_resource *surface, uint32_t) |
void | surface_set_opaque_region (wl_client *, wl_resource *surface_resource, wl_resource *region_resource) |
void | surface_set_input_region (wl_client *, wl_resource *surface_resource, wl_resource *region_resource) |
void | surface_commit (wl_client *, wl_resource *surface_resource) |
void | surface_set_buffer_transform (wl_client *, wl_resource *surface_resource, int32_t transform) |
void | surface_set_buffer_scale (wl_client *, wl_resource *surface_resource, int32_t scale) |
void | surface_damage_buffer (wl_client *, wl_resource *surface_resource, int32_t x, int32_t y, int32_t w, int32_t h) |
void | surface_destroy_resource_callback (struct wl_resource *) |
void | compositor_create_surface (wl_client *client, wl_resource *compositor, uint32_t id) |
void | compositor_create_region (wl_client *client, wl_resource *compositor, uint32_t id) |
void | compositor_destroy_resource_callback (struct wl_resource *) |
void | bind_compositor (wl_client *client, void *data, uint32_t version, uint32_t id) |
Variables | |
const struct wl_region_interface | region_implementation |
const struct wl_surface_interface | surface_implementation |
const struct wl_compositor_interface | compositor_implementation |
constexpr const uint32_t | kCompositorVersion = 3 |
void wayland::anonymous_namespace{wayland_compositor.cpp}::bind_compositor | ( | wl_client * | client, |
void * | data, | ||
uint32_t | version, | ||
uint32_t | id | ||
) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::compositor_create_region | ( | wl_client * | client, |
wl_resource * | compositor, | ||
uint32_t | id | ||
) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::compositor_create_surface | ( | wl_client * | client, |
wl_resource * | compositor, | ||
uint32_t | id | ||
) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::compositor_destroy_resource_callback | ( | struct wl_resource * | ) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::region_add | ( | wl_client * | , |
wl_resource * | region_resource, | ||
int32_t | x, | ||
int32_t | y, | ||
int32_t | w, | ||
int32_t | h | ||
) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::region_destroy | ( | wl_client * | , |
wl_resource * | region_resource | ||
) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::region_subtract | ( | wl_client * | , |
wl_resource * | region_resource, | ||
int32_t | x, | ||
int32_t | y, | ||
int32_t | w, | ||
int32_t | h | ||
) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::surface_attach | ( | wl_client * | , |
wl_resource * | surface, | ||
wl_resource * | buffer, | ||
int32_t | x, | ||
int32_t | y | ||
) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::surface_commit | ( | wl_client * | , |
wl_resource * | surface_resource | ||
) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::surface_damage | ( | wl_client * | , |
wl_resource * | surface_resource, | ||
int32_t | x, | ||
int32_t | y, | ||
int32_t | w, | ||
int32_t | h | ||
) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::surface_damage_buffer | ( | wl_client * | , |
wl_resource * | surface_resource, | ||
int32_t | x, | ||
int32_t | y, | ||
int32_t | w, | ||
int32_t | h | ||
) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::surface_destroy | ( | wl_client * | , |
wl_resource * | surface | ||
) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::surface_destroy_resource_callback | ( | struct wl_resource * | ) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::surface_frame | ( | wl_client * | , |
wl_resource * | surface, | ||
uint32_t | |||
) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::surface_set_buffer_scale | ( | wl_client * | , |
wl_resource * | surface_resource, | ||
int32_t | scale | ||
) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::surface_set_buffer_transform | ( | wl_client * | , |
wl_resource * | surface_resource, | ||
int32_t | transform | ||
) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::surface_set_input_region | ( | wl_client * | , |
wl_resource * | surface_resource, | ||
wl_resource * | region_resource | ||
) |
void wayland::anonymous_namespace{wayland_compositor.cpp}::surface_set_opaque_region | ( | wl_client * | , |
wl_resource * | surface_resource, | ||
wl_resource * | region_resource | ||
) |
const struct wl_compositor_interface wayland::anonymous_namespace{wayland_compositor.cpp}::compositor_implementation |
|
constexpr |
const struct wl_region_interface wayland::anonymous_namespace{wayland_compositor.cpp}::region_implementation |
const struct wl_surface_interface wayland::anonymous_namespace{wayland_compositor.cpp}::surface_implementation |