Searched refs:PixelBitMask (Results 1 – 14 of 14) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/GraphicsOutput/ |
D | GraphicsOutput.h | 46 PixelBitMask, enumerator
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/ |
D | GraphicsOutput.h | 38 PixelBitMask, enumerator
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | GraphicsOutput.h | 54 PixelBitMask, enumerator
|
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/ |
D | Gop.c | 29 Info->PixelFormat = PixelBitMask; in QemuVideoCompleteModeInfo() 35 Info->PixelFormat = PixelBitMask; in QemuVideoCompleteModeInfo()
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/ |
D | FbGop.h | 69 EFI_PIXEL_BITMASK PixelBitMask; member
|
D | FbGop.c | 874 CurrentModeData->PixelFormat = PixelBitMask; in FbGopCheckForVbe() 884 CopyMem (&(CurrentModeData->PixelBitMask), &mPixelBitMask, sizeof (EFI_PIXEL_BITMASK)); in FbGopCheckForVbe() 982 CopyMem (&((*Info)->PixelInformation), &(ModeData->PixelBitMask), sizeof(ModeData->PixelBitMask)); in FbGopGraphicsOutputQueryMode()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/ |
D | BiosVideo.c | 1694 CurrentModeData->PixelFormat = PixelBitMask; in BiosVideoCheckForVbe() 1704 …CurrentModeData->PixelBitMask.RedMask = ((UINT32) CurrentModeData->Red.Mask) << CurrentModeData->R… in BiosVideoCheckForVbe() 1705 …CurrentModeData->PixelBitMask.GreenMask = ((UINT32) CurrentModeData->Green.Mask) << CurrentModeDat… in BiosVideoCheckForVbe() 1706 …CurrentModeData->PixelBitMask.BlueMask = ((UINT32) CurrentModeData->Blue.Mask) << CurrentModeData-… in BiosVideoCheckForVbe() 1707 …CurrentModeData->PixelBitMask.ReservedMask = ((UINT32) CurrentModeData->Reserved.Mask) << CurrentM… in BiosVideoCheckForVbe() 1930 CopyMem (&((*Info)->PixelInformation), &(ModeData->PixelBitMask), sizeof(ModeData->PixelBitMask)); in BiosVideoGraphicsOutputQueryMode() 2114 …m (&(This->Mode->Info->PixelInformation), &(ModeData->PixelBitMask), sizeof (ModeData->PixelBitMas… in BiosVideoGraphicsOutputSetMode()
|
D | BiosVideo.h | 74 EFI_PIXEL_BITMASK PixelBitMask; member
|
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/ |
D | BiosVideo.h | 70 EFI_PIXEL_BITMASK PixelBitMask; member
|
D | BiosVideo.c | 1388 CurrentModeData->PixelFormat = PixelBitMask; in BiosVideoCheckForVbe() 1397 …CurrentModeData->PixelBitMask.RedMask = ((UINT32) CurrentModeData->Red.Mask) << CurrentModeData->R… in BiosVideoCheckForVbe() 1398 …CurrentModeData->PixelBitMask.GreenMask = ((UINT32) CurrentModeData->Green.Mask) << CurrentModeDat… in BiosVideoCheckForVbe() 1399 …CurrentModeData->PixelBitMask.BlueMask = ((UINT32) CurrentModeData->Blue.Mask) << CurrentModeData-… in BiosVideoCheckForVbe() 1400 …CurrentModeData->PixelBitMask.ReservedMask = ((UINT32) CurrentModeData->Reserved.Mask) << CurrentM… in BiosVideoCheckForVbe() 1636 (*Info)->PixelInformation = ModeData->PixelBitMask; in BiosVideoGraphicsOutputQueryMode() 1776 This->Mode->Info->PixelInformation = ModeData->PixelBitMask; in BiosVideoGraphicsOutputSetMode()
|
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/ |
D | CirrusLogic5430GraphicsOutput.c | 33 Info->PixelFormat = PixelBitMask; in CirrusLogic5430CompleteModeInfo()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/ |
D | UefiHandleParsingLib.c | 80 …case PixelBitMask: StrnCatGrow(&RetVal, NULL, L"PixelBitMask", 0); … in ConvertPixelFormat() 293 …GraphicsOutput->Mode->Info->PixelFormat!=PixelBitMask?0:GraphicsOutput->Mode->Info->PixelInformati… in GraphicsOutputProtocolDumpInformation() 294 …GraphicsOutput->Mode->Info->PixelFormat!=PixelBitMask?0:GraphicsOutput->Mode->Info->PixelInformati… in GraphicsOutputProtocolDumpInformation() 295 …GraphicsOutput->Mode->Info->PixelFormat!=PixelBitMask?0:GraphicsOutput->Mode->Info->PixelInformati… in GraphicsOutputProtocolDumpInformation()
|
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/ |
D | FrameBufferBltLib.c | 107 case PixelBitMask: in BltLibConfigure()
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/ |
D | Linux.c | 534 } else if (Info->PixelFormat == PixelBitMask) { in SetupGraphicsFromGop()
|