Searched defs:dst_surf (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_composite.c478 struct pipe_surface *dst_surf = xorg_gpu_surface(exa->pipe, pDst); local
480 renderer_bind_destination(exa->renderer, dst_surf,
499 pipe_surface_reference(&dst_surf, NULL);
534 struct pipe_surface *dst_surf = xorg_gpu_surface(exa->pipe, pixmap); local
552 renderer_bind_destination(exa->renderer, dst_surf,
564 pipe_surface_reference(&dst_surf, NULL);
H A Dxorg_xv.c504 struct pipe_surface *dst_surf = NULL; local
520 dst_surf = xorg_gpu_surface(pPriv->r->pipe, dst);
534 renderer_bind_destination(pPriv->r, dst_surf,
535 dst_surf->width, dst_surf->height);
578 pipe_surface_reference(&dst_surf, NULL);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_composite.c478 struct pipe_surface *dst_surf = xorg_gpu_surface(exa->pipe, pDst); local
480 renderer_bind_destination(exa->renderer, dst_surf,
499 pipe_surface_reference(&dst_surf, NULL);
534 struct pipe_surface *dst_surf = xorg_gpu_surface(exa->pipe, pixmap); local
552 renderer_bind_destination(exa->renderer, dst_surf,
564 pipe_surface_reference(&dst_surf, NULL);
H A Dxorg_xv.c504 struct pipe_surface *dst_surf = NULL; local
520 dst_surf = xorg_gpu_surface(pPriv->r->pipe, dst);
534 renderer_bind_destination(pPriv->r, dst_surf,
535 dst_surf->width, dst_surf->height);
578 pipe_surface_reference(&dst_surf, NULL);

Completed in 1202 milliseconds