/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_composite.c | 478 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);
|
xorg_xv.c | 504 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/ |
xorg_composite.c | 478 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);
|
xorg_xv.c | 504 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);
|