Home
last modified time | relevance | path

Searched refs:PixelFormat (Results 1 – 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
DGop.c29 Info->PixelFormat = PixelBitMask; in QemuVideoCompleteModeInfo()
35 Info->PixelFormat = PixelBitMask; in QemuVideoCompleteModeInfo()
42 Info->PixelFormat = PixelBlueGreenRedReserved8BitPerColor; in QemuVideoCompleteModeInfo()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
DFbGop.c874 CurrentModeData->PixelFormat = PixelBitMask; in FbGopCheckForVbe()
878 CurrentModeData->PixelFormat = PixelRedGreenBlueReserved8BitPerColor; in FbGopCheckForVbe()
880 CurrentModeData->PixelFormat = PixelBlueGreenRedReserved8BitPerColor; in FbGopCheckForVbe()
899 FbGopPrivate->GraphicsOutput.Mode->Info->PixelFormat = CurrentModeData->PixelFormat; in FbGopCheckForVbe()
981 (*Info)->PixelFormat = ModeData->PixelFormat; in FbGopGraphicsOutputQueryMode()
DFbGop.h68 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/GraphicsOutput/
DGraphicsOutput.h55 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
DGraphicsOutput.h47 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DGraphicsOutput.h83 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.h61 EGLBoolean getConfigNativePixelFormat(EGLConfig config, PixelFormat * format);
DeglDisplay.cpp215 PixelFormat format; in processConfigs()
496 EGLBoolean eglDisplay::getConfigNativePixelFormat(EGLConfig config, PixelFormat * format) in getConfigNativePixelFormat()
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
DGopScreen.c82 (*Info)->PixelFormat = PixelBltOnly; in EmuGopQuerytMode()
349 Private->GraphicsOutput.Mode->Info->PixelFormat = PixelBltOnly; in EmuGopConstructor()
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
DFrameBufferBltLib.c100 switch (FrameBufferInfo->PixelFormat) { in BltLibConfigure()
111 ASSERT (FrameBufferInfo->PixelFormat != PixelBltOnly); in BltLibConfigure()
117 mPixelFormat = FrameBufferInfo->PixelFormat; in BltLibConfigure()
/device/linaro/bootloader/edk2/OvmfPkg/Library/LoadLinuxLib/
DLinux.c511 if (Info->PixelFormat == PixelRedGreenBlueReserved8BitPerColor) { in SetupGraphicsFromGop()
523 } else if (Info->PixelFormat == PixelBlueGreenRedReserved8BitPerColor) { in SetupGraphicsFromGop()
534 } else if (Info->PixelFormat == PixelBitMask) { in SetupGraphicsFromGop()
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DBiosVideo.c1388 CurrentModeData->PixelFormat = PixelBitMask; in BiosVideoCheckForVbe()
1392 CurrentModeData->PixelFormat = PixelRedGreenBlueReserved8BitPerColor; in BiosVideoCheckForVbe()
1394 CurrentModeData->PixelFormat = PixelBlueGreenRedReserved8BitPerColor; in BiosVideoCheckForVbe()
1551 ModeBuffer->PixelFormat = PixelBltOnly; in BiosVideoCheckForVga()
1635 (*Info)->PixelFormat = ModeData->PixelFormat; in BiosVideoGraphicsOutputQueryMode()
1775 This->Mode->Info->PixelFormat = ModeData->PixelFormat; in BiosVideoGraphicsOutputSetMode()
DBiosVideo.h69 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
DBiosVideo.h73 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
DBiosVideo.c1694 CurrentModeData->PixelFormat = PixelBitMask; in BiosVideoCheckForVbe()
1698 CurrentModeData->PixelFormat = PixelRedGreenBlueReserved8BitPerColor; in BiosVideoCheckForVbe()
1700 CurrentModeData->PixelFormat = PixelBlueGreenRedReserved8BitPerColor; in BiosVideoCheckForVbe()
1834 ModeBuffer->PixelFormat = PixelBltOnly; in BiosVideoCheckForVga()
1929 (*Info)->PixelFormat = ModeData->PixelFormat; in BiosVideoGraphicsOutputQueryMode()
2113 This->Mode->Info->PixelFormat = ModeData->PixelFormat; in BiosVideoGraphicsOutputSetMode()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/HdLcdArmVExpressLib/
DHdLcdArmVExpress.c224 Info->PixelFormat = PixelRedGreenBlueReserved8BitPerColor; in LcdPlatformQueryMode()
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
DLcdGraphicsOutputDxe.c305 (*Info)->PixelFormat = PixelBltOnly; in LcdGraphicsQueryMode()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/LcdGraphicsOutputDxe/
DLcdGraphicsOutputDxe.c305 (*Info)->PixelFormat = PixelBltOnly; in LcdGraphicsQueryMode()
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/PL111LcdArmVExpressLib/
DPL111LcdArmVExpress.c309 Info->PixelFormat = PixelRedGreenBlueReserved8BitPerColor; in LcdPlatformQueryMode()
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
DWinNtGopScreen.c256 (*Info)->PixelFormat = PixelBltOnly; in WinNtGopQuerytMode()
1082 Private->GraphicsOutput.Mode->Info->PixelFormat = PixelBltOnly; in WinNtGopConstructor()
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
DCirrusLogic5430GraphicsOutput.c33 Info->PixelFormat = PixelBitMask; in CirrusLogic5430CompleteModeInfo()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
DUefiHandleParsingLib.c278 Fmt = ConvertPixelFormat(GraphicsOutput->Mode->Info->PixelFormat); in GraphicsOutputProtocolDumpInformation()
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/MdeModulePkg/Universal/Console/ConSplitterDxe/
DConSplitter.c698 Info->PixelFormat = PixelBltOnly; in ConSplitterTextOutConstructor()
2728 MatchedMode->PixelFormat = PixelBltOnly; in ConSplitterAddGraphicsOutputMode()
2748 CurrentGraphicsOutputMode->Info->PixelFormat = PixelBltOnly; in ConSplitterAddGraphicsOutputMode()
2796 Info->PixelFormat = PixelBltOnly; in ConSplitterAddGraphicsOutputMode()