Lines Matching refs:glx_context
55 struct glx_context dummyContext = {
87 __glXSetCurrentContext(struct glx_context * c)
122 __glXSetCurrentContext(struct glx_context * c)
128 _X_HIDDEN struct glx_context *
136 return (v == NULL) ? &dummyContext : (struct glx_context *) v;
155 struct glx_context *cx = __glXGetCurrentContext();
168 struct glx_context *gc = __glXGetCurrentContext();
181 struct glx_context *gc = (struct glx_context *) gc_user;
182 struct glx_context *oldGC = __glXGetCurrentContext();