OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GreenIndex
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
CirrusLogic5430.c
757
UINTN
GreenIndex
;
762
for (
GreenIndex
= 0;
GreenIndex
< 8;
GreenIndex
++) {
764
SetPaletteColor (Private, Index, (UINT8) (RedIndex << 5), (UINT8) (
GreenIndex
<< 5), (UINT8) (BlueIndex << 6));
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Driver.c
720
UINTN
GreenIndex
;
725
for (
GreenIndex
= 0;
GreenIndex
< 8;
GreenIndex
++) {
727
SetPaletteColor (Private, Index, (UINT8) (RedIndex << 5), (UINT8) (
GreenIndex
<< 5), (UINT8) (BlueIndex << 6));
Completed in 207 milliseconds