Home
last modified time | relevance | path

Searched refs:disp_depth (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DScreen.c142 ptr->disp_depth = xf86_lex_val.num; in xf86parseDisplaySubSection()
421 if (dptr->disp_depth) { in xf86printScreenSection()
422 fprintf(cf, "\t\tDepth %d\n", dptr->disp_depth); in xf86printScreenSection()
H A Dxf86Parser.h239 int disp_depth; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c213 conf_display->disp_depth = depths[i]; in configureScreenSection()
H A Dxf86Config.c2003 displayp->depth = conf_display->disp_depth; in configDisplay()