Searched refs:ModeAttributes (Results 1 – 5 of 5) sorted by relevance
54 #define VBE_MODE_SUPPORTED(m) (((m)->ModeAttributes & 0x01) != 0)55 #define VBE_MODE_COLOR(m) (((m)->ModeAttributes & 0x08) != 0)56 #define VBE_MODE_GRAPHICS(m) (((m)->ModeAttributes & 0x10) != 0)57 #define VBE_MODE_VGA(m) (((m)->ModeAttributes & 0x40) == 0)58 #define VBE_MODE_LINEAR(m) (((m)->ModeAttributes & 0x80) != 0 && \
115 CARD16 ModeAttributes; /* mode attributes */ member
159 mode->ModeAttributes); in CheckMode()
6905 USHORT ModeAttributes; // dw ? ; mode attributes member
8175 USHORT ModeAttributes; // dw ? ; mode attributes member