Lines Matching defs:glx_context
253 struct glx_context struct
279 const struct glx_context_vtable *vtable; argument
287 XID xid;
292 XID share_xid;
297 GLint screen;
298 struct glx_screen *psc;
304 GLboolean imported;
314 GLXContextTag currentContextTag;
324 GLenum renderMode;
325 GLfloat *feedbackBuf;
326 GLuint *selectBuf;
332 __GLXattributeMachine attributes;
339 GLenum error;
344 Bool isDirect;
347 void *driContext;
354 Display *currentDpy;
360 GLXDrawable currentDrawable;
370 GLubyte *vendor;
371 GLubyte *renderer;
372 GLubyte *version;
373 GLubyte *extensions;
380 GLint maxSmallRenderCommandSize;
386 GLint majorOpcode;
391 struct glx_config *config;
399 GLXDrawable currentReadable;
408 void *client_state_private;
413 int renderType;
437 glx_context_init(struct glx_context *gc, argument