Lines Matching full:surf
139 struct pipe_surface *surf, surf_tmpl;
143 surf = ctx->pipe->create_surface(ctx->pipe, dst, &surf_tmpl);
144 if (surf && renderer_copy_begin(ctx->renderer, surf, VG_TRUE, src)) {
151 pipe_surface_reference(&surf, NULL);
567 struct pipe_surface *surf, surf_tmpl;
573 surf = pipe->create_surface(pipe, image_texture(src), &surf_tmpl);
576 surf, sx+src->x, sy+src->y, width, height);
578 pipe->surface_destroy(pipe, surf);
587 struct pipe_surface *surf, surf_tmpl;
596 surf = pipe->create_surface(pipe, image_texture(dst), &surf_tmpl);
598 vg_copy_surface(ctx, surf, dst->x + dx, dst->y + dy,
601 pipe_surface_reference(&surf, NULL);