Home | History | Annotate | Download | only in glx

Lines Matching refs:gc

49    state = gc->client_state_private;
75 __glXSetError(gc, GL_OUT_OF_MEMORY);
82 __glEmptyImage(gc, 1, width, 1, 1, format, type, rowBuf, row);
89 __glXSetError(gc, GL_OUT_OF_MEMORY);
96 __glEmptyImage(gc, 1, height, 1, 1, format, type, colBuf, column);
115 struct glx_context *const gc = __glXGetCurrentContext();
118 if (gc->isDirect) {
129 Display *const dpy = gc->currentDpy;
133 const __GLXattribute *const state = gc->client_state_private;
136 __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply,
164 __glXSetError(gc, GL_OUT_OF_MEMORY);
179 __glEmptyImage(gc, 1, width, 1, 1, format, type, buf, row);
187 __glEmptyImage(gc, 1, height, 1, 1, format, type, buf, column);