Home | History | Annotate | Download | only in glx

Lines Matching refs:gc

83 FillBitmap(struct glx_context * gc, GLint width, GLint height,
86 const __GLXattribute *state = gc->client_state_private;
164 __glFillImage(struct glx_context * gc, GLint dim, GLint width, GLint height,
168 const __GLXattribute *state = gc->client_state_private;
182 FillBitmap(gc, width, height, format, userdata, newimage);
271 EmptyBitmap(struct glx_context * gc, GLint width, GLint height,
274 const __GLXattribute *state = gc->client_state_private;
391 __glEmptyImage(struct glx_context * gc, GLint dim, GLint width, GLint height,
395 const __GLXattribute *state = gc->client_state_private;
408 EmptyBitmap(gc, width, height, format, sourceImage, userdata);