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

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dsurface.c212 XvMCSurface *target_surface, XvMCSurface *past_surface, XvMCSurface *future_surface,
228 target_surface, past_surface, future_surface);
242 if (future_surface && !past_surface)
247 assert(!future_surface || context->context_id == future_surface->context_id);
262 future_surface_priv = future_surface ? future_surface->privData : NULL;
266 assert(!future_surface || future_surface_priv->context == context);
272 if (future_surface)
273 RecursiveEndFrame(future_surface
211 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
[all...]
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dsurface.c212 XvMCSurface *target_surface, XvMCSurface *past_surface, XvMCSurface *future_surface,
228 target_surface, past_surface, future_surface);
242 if (future_surface && !past_surface)
247 assert(!future_surface || context->context_id == future_surface->context_id);
262 future_surface_priv = future_surface ? future_surface->privData : NULL;
266 assert(!future_surface || future_surface_priv->context == context);
272 if (future_surface)
273 RecursiveEndFrame(future_surface
211 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
[all...]

Completed in 62 milliseconds