Home | History | Annotate | Download | only in x11

Lines Matching defs:CTX

59     VADriverContextP ctx;
65 ctx = pDisplayContext->pDriverContext;
66 dri_state = ctx->drm_state;
69 dri_state->close(ctx);
82 VADriverContextP ctx = pDisplayContext->pDriverContext;
84 if (!isDRI2Connected(ctx, driver_name))
95 VADriverContextP ctx = pDisplayContext->pDriverContext;
97 if (!isDRI1Connected(ctx, driver_name))
108 VADriverContextP ctx = pDisplayContext->pDriverContext;
112 result = VA_NVCTRLQueryDirectRenderingCapable(ctx->native_dpy, ctx->x11_screen,
117 result = VA_NVCTRLGetClientDriverName(ctx->native_dpy, ctx->x11_screen,
131 VADriverContextP ctx = pDisplayContext->pDriverContext;
135 result = VA_FGLRXGetClientDriverName(ctx->native_dpy, ctx->x11_screen,
213 #define CTX(dpy) (((VADisplayContextP)dpy)->pDriverContext)
251 VADriverContextP ctx;
257 ctx = CTX(dpy);
263 return ctx->vtable->vaPutSurface( ctx, surface, (void *)draw, srcx, srcy, srcw, srch,