Searched refs:vislist (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c742 XVisualInfo *vislist, vistemplate; local
764 vislist = XGetVisualInfo( dpy, VisualIDMask | VisualScreenMask,
771 if (preferred_class!=DONT_CARE && preferred_class!=vislist->CLASS) {
777 if (vislist->CLASS != TrueColor && vislist->CLASS != DirectColor)
780 if (deepvis==NULL || vislist->depth > deepest) {
785 deepest = vislist->depth;
786 deepvis = vislist;

Completed in 116 milliseconds