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

  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
LcdGraphicsOutputBlt.c 272 EFI_PIXEL_BITMASK* PixelInformation;
285 PixelInformation = &This->Mode->Info->PixelInformation;
311 ( (EfiSourcePixel->Red << 7) & PixelInformation->RedMask )
312 | ( (EfiSourcePixel->Green << 2) & PixelInformation->GreenMask )
313 | ( (EfiSourcePixel->Blue >> 3) & PixelInformation->BlueMask )
314 // | ( 0 & PixelInformation->ReservedMask )
338 ( (EfiSourcePixel->Red << 8) & PixelInformation->RedMask )
339 | ( (EfiSourcePixel->Green << 3) & PixelInformation->GreenMask )
340 | ( (EfiSourcePixel->Blue >> 3) & PixelInformation->BlueMask )
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
LcdGraphicsOutputBlt.c 166 EFI_PIXEL_BITMASK* PixelInformation;
176 PixelInformation = &This->Mode->Info->PixelInformation;
182 ( (EfiSourcePixel->Red << 8) & PixelInformation->RedMask )
183 | ( (EfiSourcePixel->Green << 3) & PixelInformation->GreenMask )
184 | ( (EfiSourcePixel->Blue >> 3) & PixelInformation->BlueMask )
224 EFI_PIXEL_BITMASK *PixelInformation;
236 PixelInformation = &This->Mode->Info->PixelInformation;
266 EfiDestinationPixel->Red = (UINT8) ( (Pixel16bit & PixelInformation->RedMask ) >> 8 );
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
GraphicsOutput.h 48 EFI_PIXEL_BITMASK PixelInformation;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/GraphicsOutput/
GraphicsOutput.h 56 EFI_PIXEL_BITMASK PixelInformation;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
GraphicsOutput.h 88 EFI_PIXEL_BITMASK PixelInformation;
  /external/syslinux/efi32/include/efi/
efiprot.h 593 EFI_PIXEL_BITMASK PixelInformation;
  /external/syslinux/efi64/include/efi/
efiprot.h 593 EFI_PIXEL_BITMASK PixelInformation;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiprot.h 593 EFI_PIXEL_BITMASK PixelInformation;

Completed in 726 milliseconds