Searched defs:BlueIndex (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DDriver.c577 UINTN BlueIndex; local
582 for (BlueIndex = 0; BlueIndex < 4; BlueIndex++) {
583 SetPaletteColor (Private, Index, (UINT8) (RedIndex << 5), (UINT8) (GreenIndex << 5), (UINT8) (BlueIndex << 6));
/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430.c758 UINTN BlueIndex; local
763 for (BlueIndex = 0; BlueIndex < 4; BlueIndex++) {
764 SetPaletteColor (Private, Index, (UINT8) (RedIndex << 5), (UINT8) (GreenIndex << 5), (UINT8) (BlueIndex << 6));
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVga.c760 UINTN BlueIndex; local
764 for (BlueIndex = 0; BlueIndex < 4; BlueIndex++) {
765 SetPaletteColor (Private, Index, (UINT8) (RedIndex << 5), (UINT8) (GreenIndex << 5), (UINT8) (BlueIndex << 6));

Completed in 336 milliseconds