Lines Matching defs:context
100 dri2_destroy_context(struct glx_context *context)
102 struct dri2_context *pcp = (struct dri2_context *) context;
103 struct dri2_screen *psc = (struct dri2_screen *) context->psc;
107 free((char *) context->extensions);
115 dri2_bind_context(struct glx_context *context, struct glx_context *old,
118 struct dri2_context *pcp = (struct dri2_context *) context;
123 pdraw = (struct dri2_drawable *) driFetchDrawable(context, draw);
124 pread = (struct dri2_drawable *) driFetchDrawable(context, read);
145 dri2_unbind_context(struct glx_context *context, struct glx_context *new)
147 struct dri2_context *pcp = (struct dri2_context *) context;
180 /* We can't share with an indirect context */
188 * GLX_CONTEXT_OPENGL_NO_ERROR_ARB for the context being created.