• Home
  • Raw
  • Download

Lines Matching refs:wl_resource

75 	struct wl_resource *resource;
85 struct wl_resource *resource;
103 struct wl_resource *resource;
142 struct wl_resource *resource;
184 nested_buffer_from_resource(struct wl_resource *resource) in nested_buffer_from_resource()
392 destroy_surface(struct wl_resource *resource) in destroy_surface()
416 surface_destroy(struct wl_client *client, struct wl_resource *resource) in surface_destroy()
423 struct wl_resource *resource, in surface_attach()
424 struct wl_resource *buffer_resource, int32_t sx, int32_t sy) in surface_attach()
492 struct wl_resource *resource, in surface_damage()
503 destroy_frame_callback(struct wl_resource *resource) in destroy_frame_callback()
513 struct wl_resource *resource, uint32_t id) in surface_frame()
535 struct wl_resource *resource, in surface_set_opaque_region()
536 struct wl_resource *region_resource) in surface_set_opaque_region()
543 struct wl_resource *resource, in surface_set_input_region()
544 struct wl_resource *region_resource) in surface_set_input_region()
550 surface_commit(struct wl_client *client, struct wl_resource *resource) in surface_commit()
582 struct wl_resource *resource, int transform) in surface_set_buffer_transform()
610 struct wl_resource *resource, uint32_t id) in compositor_create_surface()
648 destroy_region(struct wl_resource *resource) in destroy_region()
657 region_destroy(struct wl_client *client, struct wl_resource *resource) in region_destroy()
663 region_add(struct wl_client *client, struct wl_resource *resource, in region_add()
673 region_subtract(struct wl_client *client, struct wl_resource *resource, in region_subtract()
692 struct wl_resource *resource, uint32_t id) in compositor_create_region()
720 struct wl_resource *resource; in compositor_bind()