Searched refs:target_surface (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/frontends/xvmc/ |
D | subpicture.c | 504 Status XvMCBlendSubpicture(Display *dpy, XvMCSurface *target_surface, XvMCSubpicture *subpicture, in XvMCBlendSubpicture() argument 514 …MSG(XVMC_TRACE, "[XvMC] Associating subpicture %p with surface %p.\n", subpicture, target_surface); in XvMCBlendSubpicture() 518 if (!target_surface) in XvMCBlendSubpicture() 524 if (target_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture() 529 surface_priv = target_surface->privData; in XvMCBlendSubpicture() 537 subpicture_priv->surface = target_surface; in XvMCBlendSubpicture() 543 Status XvMCBlendSubpicture2(Display *dpy, XvMCSurface *source_surface, XvMCSurface *target_surface, in XvMCBlendSubpicture2() argument 549 if (!source_surface || !target_surface) in XvMCBlendSubpicture2()
|
D | surface.c | 219 … XvMCSurface *target_surface, XvMCSurface *past_surface, XvMCSurface *future_surface, in XvMCRenderSurface() argument 235 target_surface, past_surface, future_surface); in XvMCRenderSurface() 241 if (!target_surface || !target_surface->privData) in XvMCRenderSurface() 252 assert(context->context_id == target_surface->context_id); in XvMCRenderSurface() 267 target_surface_priv = target_surface->privData; in XvMCRenderSurface() 314 XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for rendering.\n", target_surface); in XvMCRenderSurface()
|