Home | History | Annotate | Download | only in glx

Lines Matching refs:gc

57    struct glx_context *gc;                            \
62 gc = __glXGetCurrentContext(); \
63 pc = gc->pc; \
77 if (pc + (size) > gc->bufEnd) { \
78 pc = __glXFlushRenderBuffer(gc, pc); \
84 pc = __glXFlushRenderBuffer(gc, pc); \
89 if (pc + (size) > gc->bufEnd) { \
90 pc = __glXFlushRenderBuffer(gc, pc); \
99 pc = __glXFlushRenderBuffer(gc, pc); \
107 if (pc + (size) > gc->bufEnd) { \
108 pc = __glXFlushRenderBuffer(gc, pc); \
117 pc = __glXFlushRenderBuffer(gc, pc); \
145 if (pc > gc->limit) { \
146 (void) __glXFlushRenderBuffer(gc, pc); \
148 gc->pc = pc; \