Home
last modified time | relevance | path

Searched refs:source_surface (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/vdpau/
Doutput.c646 VdpOutputSurface source_surface, in vlVdpOutputSurfaceRenderOutputSurface() argument
668 if (source_surface == VDP_INVALID_HANDLE) { in vlVdpOutputSurfaceRenderOutputSurface()
672 vlVdpOutputSurface *src_vlsurface = vlGetDataHTAB(source_surface); in vlVdpOutputSurfaceRenderOutputSurface()
716 VdpBitmapSurface source_surface, in vlVdpOutputSurfaceRenderBitmapSurface() argument
738 if (source_surface == VDP_INVALID_HANDLE) { in vlVdpOutputSurfaceRenderBitmapSurface()
742 vlVdpBitmapSurface *src_vlsurface = vlGetDataHTAB(source_surface); in vlVdpOutputSurfaceRenderBitmapSurface()
Dmixer.c389 vlVdpOutputSurface *src = vlGetDataHTAB(layers->source_surface); in vlVdpVideoMixerRender()
/external/mesa3d/src/gallium/frontends/xvmc/
Dsubpicture.c543 Status XvMCBlendSubpicture2(Display *dpy, XvMCSurface *source_surface, XvMCSurface *target_surface, in XvMCBlendSubpicture2() argument
549 if (!source_surface || !target_surface) in XvMCBlendSubpicture2()
555 if (source_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture2()
558 if (source_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture2()