Lines Matching defs:glx_context
254 struct glx_context struct
280 const struct glx_context_vtable *vtable; argument
288 XID xid;
293 XID share_xid;
298 GLint screen;
299 struct glx_screen *psc;
305 GLboolean imported;
315 GLXContextTag currentContextTag;
325 GLenum renderMode;
326 GLfloat *feedbackBuf;
327 GLuint *selectBuf;
333 __GLXattributeMachine attributes;
340 GLenum error;
345 Bool isDirect;
348 void *driContext;
355 Display *currentDpy;
361 GLXDrawable currentDrawable;
371 GLubyte *vendor;
372 GLubyte *renderer;
373 GLubyte *version;
374 GLubyte *extensions;
381 GLint maxSmallRenderCommandSize;
387 GLint majorOpcode;
392 struct glx_config *config;
400 GLXDrawable currentReadable;
409 void *client_state_private;
414 int renderType;
443 glx_context_init(struct glx_context *gc, argument