Home | History | Annotate | Download | only in glx

Lines Matching defs:gc

48    state = gc->client_state_private;
74 __glXSetError(gc, GL_OUT_OF_MEMORY);
81 __glEmptyImage(gc, 1, width, 1, 1, format, type, rowBuf, row);
88 __glXSetError(gc, GL_OUT_OF_MEMORY);
95 __glEmptyImage(gc, 1, height, 1, 1, format, type, colBuf, column);
114 struct glx_context *const gc = __glXGetCurrentContext();
117 if (gc->isDirect) {
128 Display *const dpy = gc->currentDpy;
132 const __GLXattribute *const state = gc->client_state_private;
135 __glXSetupVendorRequest(gc, X_GLXVendorPrivateWithReply,
162 __glXSetError(gc, GL_OUT_OF_MEMORY);
177 __glEmptyImage(gc, 1, width, 1, 1, format, type, buf, row);
185 __glEmptyImage(gc, 1, height, 1, 1, format, type, buf, column);