Searched defs:target_surface (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsurface.c219 XvMCSurface *target_surface, XvMCSurface *past_surface, XvMCSurface *future_surface,
235 target_surface, past_surface, future_surface);
241 if (!target_surface || !target_surface->privData)
252 assert(context->context_id == target_surface->context_id);
267 target_surface_priv = target_surface->privData;
314 XVMC_MSG(XVMC_TRACE, "[XvMC] Submitted surface %p for rendering.\n", target_surface);
218 XvMCRenderSurface(Display *dpy, XvMCContext *context, unsigned int picture_structure, XvMCSurface *target_surface, XvMCSurface *past_surface, XvMCSurface *future_surface, unsigned int flags, unsigned int num_macroblocks, unsigned int first_macroblock, XvMCMacroBlockArray *macroblocks, XvMCBlockArray *blocks ) argument
H A Dsubpicture.c427 Status XvMCBlendSubpicture(Display *dpy, XvMCSurface *target_surface, XvMCSubpicture *subpicture, argument
437 XVMC_MSG(XVMC_TRACE, "[XvMC] Associating subpicture %p with surface %p.\n", subpicture, target_surface);
441 if (!target_surface)
447 if (target_surface->context_id != subpicture->context_id)
452 surface_priv = target_surface->privData;
460 subpicture_priv->surface = target_surface;
466 Status XvMCBlendSubpicture2(Display *dpy, XvMCSurface *source_surface, XvMCSurface *target_surface, argument
472 if (!source_surface || !target_surface)

Completed in 152 milliseconds