Home
last modified time | relevance | path

Searched refs:flags24 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A DvbeModes.c94 VBEFindSupportedDepths(vbeInfoPtr pVbe, VbeInfoBlock * vbe, int *flags24, in VBEFindSupportedDepths() argument
115 if (flags24) { in VBEFindSupportedDepths()
117 *flags24 |= Support24bppFb; in VBEFindSupportedDepths()
119 *flags24 |= Support32bppFb; in VBEFindSupportedDepths()
H A DvbeModes.h71 int *flags24, int modeTypes);