Lines Matching defs:context
335 uniDRICreateContextWithConfig(dpy, screen, configID, context, hHWContext)
339 XID *context;
355 *context = XAllocID(dpy);
356 req->context = *context;
371 uniDRICreateContext(dpy, screen, visual, context, hHWContext)
375 XID *context;
379 context, hHWContext);
383 uniDRIDestroyContext(Display * ndpy, int screen, XID context)
397 req->context = context;