HomeSort by relevance Sort by last modified time
    Searched refs:RedIndex (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
CirrusLogic5430.c 756 UINTN RedIndex;
761 for (RedIndex = 0; RedIndex < 8; RedIndex++) {
764 SetPaletteColor (Private, Index, (UINT8) (RedIndex << 5), (UINT8) (GreenIndex << 5), (UINT8) (BlueIndex << 6));
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Driver.c 719 UINTN RedIndex;
724 for (RedIndex = 0; RedIndex < 8; RedIndex++) {
727 SetPaletteColor (Private, Index, (UINT8) (RedIndex << 5), (UINT8) (GreenIndex << 5), (UINT8) (BlueIndex << 6));

Completed in 956 milliseconds