HomeSort by relevance Sort by last modified time
    Searched full:vislist (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
fakeglx.c 742 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;
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 742 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;
    [all...]

Completed in 144 milliseconds