Searched refs:surface_copy_content (Results 1 – 6 of 6) sorted by relevance
148 return surface->compositor->hdi_renderer->surface_copy_content(surface, target, size, in mix_renderer_surface_copy_content()171 renderer->base.surface_copy_content = mix_renderer_surface_copy_content; in mix_renderer_init()
895 renderer->base.surface_copy_content = in pixman_renderer_init()
4448 if (!rer->surface_copy_content) in weston_surface_copy_content()4465 return rer->surface_copy_content(surface, target, size, in weston_surface_copy_content()
721 renderer->base.surface_copy_content = hdi_renderer_surface_copy_content; in hdi_renderer_init()
909 int (*surface_copy_content)(struct weston_surface *surface, member
3641 gr->base.surface_copy_content = gl_renderer_surface_copy_content; in gl_renderer_display_create()