Searched refs:INVOKE (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/common/libva/va/glx/ |
D | va_glx.c | 42 #define INVOKE(ctx, func, args) do { \ macro 132 INVOKE(ctx, CreateSurface, (ctx, target, texture, gl_surface)); in vaCreateSurfaceGLX() 147 INVOKE(ctx, DestroySurface, (ctx, gl_surface)); in vaDestroySurfaceGLX() 164 INVOKE(ctx, CopySurface, (ctx, gl_surface, surface, flags)); in vaCopySurfaceGLX()
|
D | va_glx_impl.c | 805 #define INVOKE(ctx, func, args) do { \ macro 823 INVOKE(ctx, CreateSurface, (ctx, target, texture, gl_surface)); in vaCreateSurfaceGLX_impl_driver() 830 INVOKE(ctx, DestroySurface, (ctx, gl_surface)); in vaDestroySurfaceGLX_impl_driver() 842 INVOKE(ctx, CopySurface, (ctx, gl_surface, surface, flags)); in vaCopySurfaceGLX_impl_driver() 846 #undef INVOKE
|