Searched refs:VBE_MODE_COLOR (Results 1 – 3 of 3) sorted by relevance
23 #define VBE_MODE_COLOR 0x08 macro28 #define VBE_MODE_MASK (VBE_MODE_COLOR | VBE_MODE_SUPPORTEDHW | \
55 #define VBE_MODE_COLOR(m) (((m)->ModeAttributes & 0x08) != 0) macro
55 if (VBE_MODE_COLOR(mode)) { in GetDepthFlag()143 ((pScrn->bitsPerPixel == 1 && !VBE_MODE_COLOR(mode)) || in CheckMode()