Lines Matching defs:context
416 drisw_destroy_context(struct glx_context *context)
418 struct drisw_context *pcp = (struct drisw_context *) context;
419 struct drisw_screen *psc = (struct drisw_screen *) context->psc;
423 free((char *) context->extensions);
431 drisw_bind_context(struct glx_context *context, struct glx_context *old,
434 struct drisw_context *pcp = (struct drisw_context *) context;
438 pdraw = (struct drisw_drawable *) driFetchDrawable(context, draw);
439 pread = (struct drisw_drawable *) driFetchDrawable(context, read);
458 drisw_unbind_context(struct glx_context *context, struct glx_context *new)
460 struct drisw_context *pcp = (struct drisw_context *) context;
467 drisw_wait_gl(struct glx_context *context)
473 drisw_wait_x(struct glx_context *context)
475 XSync(context->currentDpy, False);
586 /* We can't share with an indirect context */
594 * GLX_CONTEXT_OPENGL_NO_ERROR_ARB for the context being created.