HomeSort by relevance Sort by last modified time
    Searched defs:EFI_GREEN (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SimpleTextOut/
SimpleTextOut.h 108 #define EFI_GREEN 0x02
109 #define EFI_CYAN (EFI_BLUE | EFI_GREEN)
112 #define EFI_BROWN (EFI_GREEN | EFI_RED)
113 #define EFI_LIGHTGRAY (EFI_BLUE | EFI_GREEN | EFI_RED)
117 #define EFI_LIGHTGREEN (EFI_GREEN | EFI_BRIGHT)
122 #define EFI_WHITE (EFI_BLUE | EFI_GREEN | EFI_RED | EFI_BRIGHT)
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SimpleTextOut.h 111 #define EFI_GREEN 0x02
112 #define EFI_CYAN (EFI_BLUE | EFI_GREEN)
115 #define EFI_BROWN (EFI_GREEN | EFI_RED)
116 #define EFI_LIGHTGRAY (EFI_BLUE | EFI_GREEN | EFI_RED)
120 #define EFI_LIGHTGREEN (EFI_GREEN | EFI_BRIGHT)
125 #define EFI_WHITE (EFI_BLUE | EFI_GREEN | EFI_RED | EFI_BRIGHT)
133 // For Background, only EFI_BLACK, EFI_BLUE, EFI_GREEN, EFI_CYAN,
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
SimpleTextOut.h 111 #define EFI_GREEN 0x02
112 #define EFI_CYAN (EFI_BLUE | EFI_GREEN)
115 #define EFI_BROWN (EFI_GREEN | EFI_RED)
116 #define EFI_LIGHTGRAY (EFI_BLUE | EFI_GREEN | EFI_RED)
120 #define EFI_LIGHTGREEN (EFI_GREEN | EFI_BRIGHT)
125 #define EFI_WHITE (EFI_BLUE | EFI_GREEN | EFI_RED | EFI_BRIGHT)
  /external/syslinux/efi32/include/efi/
eficon.h 77 #define EFI_GREEN 0x02
78 #define EFI_CYAN (EFI_BLUE | EFI_GREEN)
81 #define EFI_BROWN (EFI_GREEN | EFI_RED)
82 #define EFI_LIGHTGRAY (EFI_BLUE | EFI_GREEN | EFI_RED)
86 #define EFI_LIGHTGREEN (EFI_GREEN | EFI_BRIGHT)
91 #define EFI_WHITE (EFI_BLUE | EFI_GREEN | EFI_RED | EFI_BRIGHT)
  /external/syslinux/efi64/include/efi/
eficon.h 77 #define EFI_GREEN 0x02
78 #define EFI_CYAN (EFI_BLUE | EFI_GREEN)
81 #define EFI_BROWN (EFI_GREEN | EFI_RED)
82 #define EFI_LIGHTGRAY (EFI_BLUE | EFI_GREEN | EFI_RED)
86 #define EFI_LIGHTGREEN (EFI_GREEN | EFI_BRIGHT)
91 #define EFI_WHITE (EFI_BLUE | EFI_GREEN | EFI_RED | EFI_BRIGHT)
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
eficon.h 77 #define EFI_GREEN 0x02
78 #define EFI_CYAN (EFI_BLUE | EFI_GREEN)
81 #define EFI_BROWN (EFI_GREEN | EFI_RED)
82 #define EFI_LIGHTGRAY (EFI_BLUE | EFI_GREEN | EFI_RED)
86 #define EFI_LIGHTGREEN (EFI_GREEN | EFI_BRIGHT)
91 #define EFI_WHITE (EFI_BLUE | EFI_GREEN | EFI_RED | EFI_BRIGHT)

Completed in 1812 milliseconds