Searched refs:vl_compositor_render (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 402 vl_compositor_render(cstate, compositor, vlsurface->surface, &vlsurface->dirty_area, false); in vlVdpOutputSurfacePutBitsIndexed() 509 vl_compositor_render(cstate, compositor, vlsurface->surface, &vlsurface->dirty_area, false); in vlVdpOutputSurfacePutBitsYCbCr() 694 …vl_compositor_render(cstate, compositor, dst_vlsurface->surface, &dst_vlsurface->dirty_area, false… in vlVdpOutputSurfaceRenderOutputSurface() 760 …vl_compositor_render(cstate, compositor, dst_vlsurface->surface, &dst_vlsurface->dirty_area, false… in vlVdpOutputSurfaceRenderBitmapSurface()
|
D | presentation.c | 262 vl_compositor_render(cstate, compositor, surf_draw, dirty_area, true); in vlVdpPresentationQueueDisplay()
|
D | mixer.c | 403 vl_compositor_render(&vmixer->cstate, compositor, surface, &dirty_area, true); in vlVdpVideoMixerRender()
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor.h | 262 vl_compositor_render(struct vl_compositor_state *state,
|
D | vl_compositor.c | 1149 vl_compositor_render(struct vl_compositor_state *s, in vl_compositor_render() function
|
/external/mesa3d/src/gallium/state_trackers/omx/ |
D | vid_dec.c | 600 vl_compositor_render(s, compositor, dst_surface[0], NULL, false); in vid_dec_deint() 607 vl_compositor_render(s, compositor, dst_surface[1], NULL, false); in vid_dec_deint()
|
D | vid_enc.c | 1002 vl_compositor_render(s, compositor, dst_surface[i], NULL, false); in enc_ScaleInput()
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | postproc.c | 81 vl_compositor_render(&drv->cstate, &drv->compositor, surfaces[0], NULL, false); in vlVaPostProcCompositor()
|
D | surface.c | 264 vl_compositor_render(&drv->cstate, &drv->compositor, surf_draw, dirty_area, false); in vlVaPutSubpictures() 326 vl_compositor_render(&drv->cstate, &drv->compositor, surf_draw, dirty_area, true); in vlVaPutSurface()
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | surface.c | 444 vl_compositor_render(cstate, compositor, surf, dirty_area, true); in XvMCPutSurface()
|