Lines Matching defs:screen
65 int screen;
139 uniDRIDestroyContext(ctx->display, ctx->screen, ctx->id);
148 uniDRICloseConnection(ctx->display, ctx->screen);
350 int ret, screen, isCapable;
355 ctx.screen = 0;
365 uniDRIQueryDirectRenderingCapable(ctx.display, ctx.screen,
372 if (!uniDRIOpenConnection(ctx.display, ctx.screen, &ctx.sAreaOffset,
379 if (!uniDRIGetClientDriverName(ctx.display, ctx.screen,
387 if (!uniDRIGetDeviceInfo(ctx.display, ctx.screen,
402 if (!uniDRIAuthConnection(ctx.display, ctx.screen, magic)) {
407 ret = XMatchVisualInfo(ctx.display, ctx.screen, 24, TrueColor,
410 ret = XMatchVisualInfo(ctx.display, ctx.screen, 16, TrueColor,
418 if (!uniDRICreateContext(ctx.display, ctx.screen, ctx.visualInfo.visual,