Searched refs:target_surface (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | subpicture.c | 435 Status XvMCBlendSubpicture(Display *dpy, XvMCSurface *target_surface, XvMCSubpicture *subpicture, in XvMCBlendSubpicture() argument 445 …MSG(XVMC_TRACE, "[XvMC] Associating subpicture %p with surface %p.\n", subpicture, target_surface); in XvMCBlendSubpicture() 449 if (!target_surface) in XvMCBlendSubpicture() 455 if (target_surface->context_id != subpicture->context_id) in XvMCBlendSubpicture() 460 surface_priv = target_surface->privData; in XvMCBlendSubpicture() 468 subpicture_priv->surface = target_surface; in XvMCBlendSubpicture() 474 Status XvMCBlendSubpicture2(Display *dpy, XvMCSurface *source_surface, XvMCSurface *target_surface, in XvMCBlendSubpicture2() argument 480 if (!source_surface || !target_surface) in XvMCBlendSubpicture2()
|
D | surface.c | 212 … XvMCSurface *target_surface, XvMCSurface *past_surface, XvMCSurface *future_surface, in XvMCRenderSurface() argument 228 target_surface, past_surface, future_surface); in XvMCRenderSurface() 234 if (!target_surface || !target_surface->privData) in XvMCRenderSurface() 245 assert(context->context_id == target_surface->context_id); in XvMCRenderSurface() 260 target_surface_priv = target_surface->privData; in XvMCRenderSurface() 307 XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for rendering.\n", target_surface); in XvMCRenderSurface()
|