Home
last modified time | relevance | path

Searched refs:surface_copy_content (Results 1 – 6 of 6) sorted by relevance

/third_party/weston/libweston/renderer-mix/
Dmix_renderer.cpp148 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()
/third_party/weston/libweston/
Dpixman-renderer.c895 renderer->base.surface_copy_content = in pixman_renderer_init()
Dcompositor.c4448 if (!rer->surface_copy_content) in weston_surface_copy_content()
4465 return rer->surface_copy_content(surface, target, size, in weston_surface_copy_content()
/third_party/weston/libweston/backend-hdi/
Dhdi_renderer.cpp721 renderer->base.surface_copy_content = hdi_renderer_surface_copy_content; in hdi_renderer_init()
/third_party/weston/include/libweston/
Dlibweston.h909 int (*surface_copy_content)(struct weston_surface *surface, member
/third_party/weston/libweston/renderer-gl/
Dgl-renderer.c3641 gr->base.surface_copy_content = gl_renderer_surface_copy_content; in gl_renderer_display_create()