Lines Matching refs:gc
81 __glXSendLargeImage(struct glx_context * gc, GLint compsize, GLint dim, in __glXSendLargeImage() argument
89 __glXSetError(gc, GL_OUT_OF_MEMORY); in __glXSendLargeImage()
95 __glFillImage(gc, dim, width, height, depth, format, type, in __glXSendLargeImage()
108 __glXSendLargeCommand(gc, gc->pc, pc - gc->pc, buf, compsize); in __glXSendLargeImage()
136 if (!gc->currentDpy) in __indirect_glSeparableFilter2D()
139 if (cmdlen <= gc->maxSmallRenderCommandSize) { in __indirect_glSeparableFilter2D()
150 __glFillImage(gc, 1, width, 1, 1, format, type, row, pc, in __indirect_glSeparableFilter2D()
155 __glFillImage(gc, 1, height, 1, 1, format, type, column, pc, NULL); in __indirect_glSeparableFilter2D()
182 __glXSetError(gc, GL_OUT_OF_MEMORY); in __indirect_glSeparableFilter2D()
185 __glFillImage(gc, 1, width, 1, 1, format, type, row, buf, in __indirect_glSeparableFilter2D()
188 __glFillImage(gc, 1, height, 1, 1, format, type, column, in __indirect_glSeparableFilter2D()
192 __glXSendLargeCommand(gc, gc->pc, (GLint) (pc - gc->pc), buf, in __indirect_glSeparableFilter2D()