Searched refs:VBE_MODE_COLOR (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vbe/
H A DvbeModes.h55 #define VBE_MODE_COLOR(m) (((m)->ModeAttributes & 0x08) != 0) macro
H A DvbeModes.c55 if (VBE_MODE_COLOR(mode)) {
142 ((pScrn->bitsPerPixel == 1 && !VBE_MODE_COLOR(mode)) ||
/xsrc/external/mit/xorg-server/dist/hw/xfree86/int10/
H A DvbeModes.h55 #define VBE_MODE_COLOR(m) (((m)->ModeAttributes & 0x08) != 0) macro
H A DvbeModes.c55 if (VBE_MODE_COLOR(mode)) {
143 ((pScrn->bitsPerPixel == 1 && !VBE_MODE_COLOR(mode)) ||

Completed in 4 milliseconds