Lines Matching defs:context
173 dri3_destroy_context(struct glx_context *context)
175 struct dri3_context *pcp = (struct dri3_context *) context;
176 struct dri3_screen *psc = (struct dri3_screen *) context->psc;
180 free((char *) context->extensions);
188 dri3_bind_context(struct glx_context *context, struct glx_context *old,
191 struct dri3_context *pcp = (struct dri3_context *) context;
196 pdraw = (struct dri3_drawable *) driFetchDrawable(context, draw);
197 pread = (struct dri3_drawable *) driFetchDrawable(context, read);
223 dri3_unbind_context(struct glx_context *context, struct glx_context *new)
225 struct dri3_context *pcp = (struct dri3_context *) context;
258 /* We can't share with an indirect context */
266 * GLX_CONTEXT_OPENGL_NO_ERROR_ARB for the context being created.