Lines Matching defs:glx_context
249 struct glx_context struct
275 const struct glx_context_vtable *vtable; argument
283 XID xid;
288 XID share_xid;
293 GLint screen;
294 struct glx_screen *psc;
300 GLboolean imported;
310 GLXContextTag currentContextTag;
320 GLenum renderMode;
321 GLfloat *feedbackBuf;
322 GLuint *selectBuf;
328 __GLXattributeMachine attributes;
335 GLenum error;
340 Bool isDirect;
343 void *driContext;
350 Display *currentDpy;
356 GLXDrawable currentDrawable;
366 GLubyte *vendor;
367 GLubyte *renderer;
368 GLubyte *version;
369 GLubyte *extensions;
376 GLint maxSmallRenderCommandSize;
382 GLint majorOpcode;
387 struct glx_config *config;
395 GLXDrawable currentReadable;
404 void *client_state_private;
409 int renderType;
438 glx_context_init(struct glx_context *gc, argument