Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsubpicture.c466 Status XvMCBlendSubpicture2(Display *dpy, XvMCSurface *source_surface, XvMCSurface *target_surface, in XvMCBlendSubpicture2() argument
472 if (!source_surface || !target_surface) in XvMCBlendSubpicture2()
478 if (source_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture2()
481 if (source_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture2()
/external/mesa3d/src/gallium/state_trackers/vdpau/
Doutput.c639 VdpOutputSurface source_surface, in vlVdpOutputSurfaceRenderOutputSurface() argument
661 if (source_surface == VDP_INVALID_HANDLE) { in vlVdpOutputSurfaceRenderOutputSurface()
665 vlVdpOutputSurface *src_vlsurface = vlGetDataHTAB(source_surface); in vlVdpOutputSurfaceRenderOutputSurface()
709 VdpBitmapSurface source_surface, in vlVdpOutputSurfaceRenderBitmapSurface() argument
731 if (source_surface == VDP_INVALID_HANDLE) { in vlVdpOutputSurfaceRenderBitmapSurface()
735 vlVdpBitmapSurface *src_vlsurface = vlGetDataHTAB(source_surface); in vlVdpOutputSurfaceRenderBitmapSurface()
Dmixer.c388 vlVdpOutputSurface *src = vlGetDataHTAB(layers->source_surface); in vlVdpVideoMixerRender()