Lines Matching refs:gc
225 struct glx_context *gc;
227 gc = __glXGetCurrentContext();
228 if (priv->dpy == gc->currentDpy) {
229 gc->vtable->destroy(gc);
929 struct glx_context *gc;
933 gc = __glXGetCurrentContext();
934 if (gc->currentDpy) {
936 (void) __glXFlushRenderBuffer(gc, gc->pc);
938 if (gc->currentDpy == dpy) {
939 /* Use opcode from gc because its right */
940 return gc->majorOpcode;
1012 * \param gc GLX context
1020 __glXSendLargeChunk(struct glx_context * gc, GLint requestNumber,
1023 Display *dpy = gc->currentDpy;
1026 xcb_glx_render_large(c, gc->currentContextTag, requestNumber,
1036 req->reqType = gc->majorOpcode;
1038 req->contextTag = gc->currentContextTag;