Lines Matching defs:context
68 driwindows_destroy_context(struct glx_context *context)
70 struct driwindows_context *pcp = (struct driwindows_context *) context;
74 free((char *) context->extensions);
82 driwindows_bind_context(struct glx_context *context, struct glx_context *old,
85 struct driwindows_context *pcp = (struct driwindows_context *) context;
88 pdraw = (struct driwindows_drawable *) driFetchDrawable(context, draw);
89 pread = (struct driwindows_drawable *) driFetchDrawable(context, read);
104 driwindows_unbind_context(struct glx_context *context, struct glx_context *new)
106 struct driwindows_context *pcp = (struct driwindows_context *) context;
137 /* If the shareList context is not on this renderer, we cannot possibly
138 * create a context that shares with it.
212 /* If the shareList context is not on this renderer, we cannot possibly
213 * create a context that shares with it.