Searched defs:xmesa_visual (Results 1 – 2 of 2) sorted by relevance
287 struct xmesa_visual { struct288 struct gl_config mesa_visual;/* Device independent visual parameters */289 int screen, visualID, visualType;290 Display *display; /* The X11 display */291 XVisualInfo * visinfo; /* X's visual info (pointer to private copy) */292 XVisualInfo *vishandle; /* Only used in fakeglx.c */293 GLint BitsPerPixel; /* True bits per pixel for XImages */295 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */297 struct st_visual stvis;
75 struct xmesa_visual { struct76 struct gl_config mesa_visual; /* Device independent visual parameters */77 XMesaDisplay *display; /* The X11 display */78 int screen, visualID;79 int visualType;80 XMesaVisualInfo visinfo; /* X's visual info (pointer to private copy) */81 GLint BitsPerPixel; /* True bits per pixel for XImages */83 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */85 enum pixel_format dithered_pf; /* Pixel format when dithering */86 enum pixel_format undithered_pf;/* Pixel format when not dithering */[all …]