Searched defs:xmesa_visual (Results 1 – 2 of 2) sorted by relevance
74 struct xmesa_visual { struct75 struct gl_config mesa_visual; /* Device independent visual parameters */76 XMesaDisplay *display; /* The X11 display */77 int screen, visualID;78 int visualType;79 XMesaVisualInfo visinfo; /* X's visual info (pointer to private copy) */80 XVisualInfo *vishandle; /* Only used in fakeglx.c */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 */[all …]
285 struct xmesa_visual { struct286 struct gl_config mesa_visual;/* Device independent visual parameters */287 int screen, visualID, visualType;288 Display *display; /* The X11 display */289 XVisualInfo * visinfo; /* X's visual info (pointer to private copy) */290 XVisualInfo *vishandle; /* Only used in fakeglx.c */291 GLint BitsPerPixel; /* True bits per pixel for XImages */293 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */295 struct st_visual stvis;