Home | History | Annotate | Download | only in apple

Lines Matching refs:gc

58 __glXReadPixelReply(Display * dpy, struct glx_context * gc, unsigned max_dim,
86 __glXSetError(gc, GL_OUT_OF_MEMORY);
96 __glEmptyImage(gc, 3, width, height, depth, format, type, buf, dest);
104 __glXSetupSingleRequest(struct glx_context * gc, GLint sop, GLint cmdlen)
107 Display *const dpy = gc->currentDpy;
109 (void) __glXFlushRenderBuffer(gc, gc->pc);
112 req->reqType = gc->majorOpcode;
113 req->contextTag = gc->currentContextTag;
120 __glXSetupVendorRequest(struct glx_context * gc, GLint code, GLint vop,
124 Display *const dpy = gc->currentDpy;
126 (void) __glXFlushRenderBuffer(gc, gc->pc);
129 req->reqType = gc->majorOpcode;
132 req->contextTag = gc->currentContextTag;