Home
last modified time | relevance | path

Searched refs:disp_visual (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DScreen.c152 ptr->disp_visual = xf86_lex_val.str; in xf86parseDisplaySubSection()
427 if (dptr->disp_visual) { in xf86printScreenSection()
428 fprintf(cf, "\t\tVisual \"%s\"\n", dptr->disp_visual); in xf86printScreenSection()
H A Dxf86Parser.h241 const char *disp_visual; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c2015 if (conf_display->disp_visual) { in configDisplay()
2016 displayp->defaultVisual = lookupVisual(conf_display->disp_visual); in configDisplay()
2018 ErrorF("Invalid visual name: \"%s\"\n", conf_display->disp_visual); in configDisplay()