Home | History | Annotate | Download | only in glx

Lines Matching refs:gc

63  * \param gc        Current GLX context
81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim,
89 __glXSetError(gc, GL_OUT_OF_MEMORY);
95 (*gc->fillImage) (gc, dim, width, height, depth, format, type,
108 __glXSendLargeCommand(gc, gc->pc, pc - gc->pc, buf, compsize);
136 if (!gc->currentDpy)
139 if (cmdlen <= gc->maxSmallRenderCommandSize) {
150 (*gc->fillImage) (gc, 1, width, 1, 1, format, type,
155 (*gc->fillImage) (gc, 1, height, 1, 1, format, type,
183 __glXSetError(gc, GL_OUT_OF_MEMORY);
186 (*gc->fillImage) (gc, 1, width, 1, 1, format, type, row, buf,
189 (*gc->fillImage) (gc, 1, height, 1, 1, format, type, column,
193 __glXSendLargeCommand(gc, gc->pc, (GLint) (pc - gc->pc), buf,