Home
last modified time | relevance | path

Searched refs:BitsPerPixel (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
DLcdGraphicsOutputBlt.c34 IN UINTN BitsPerPixel, in VideoCopyNoHorizontalOverlap() argument
66 switch (BitsPerPixel) { in VideoCopyNoHorizontalOverlap()
112 …R, "ArmVeGraphics_Blt: EfiBltVideoToVideo: INVALID Number of Bits Per Pixel: %d\n", BitsPerPixel)); in VideoCopyNoHorizontalOverlap()
126 IN UINTN BitsPerPixel, in VideoCopyHorizontalOverlap() argument
152 switch (BitsPerPixel) { in VideoCopyHorizontalOverlap()
247 …R, "ArmVeGraphics_Blt: EfiBltVideoToVideo: INVALID Number of Bits Per Pixel: %d\n", BitsPerPixel)); in VideoCopyHorizontalOverlap()
275 LCD_BPP BitsPerPixel; in BltVideoFill() local
289 LcdPlatformGetBpp (This->Mode->Mode,&BitsPerPixel); in BltVideoFill()
291 switch (BitsPerPixel) { in BltVideoFill()
393 …G_ERROR, "LcdGraphicsBlt: EfiBltVideoFill: INVALID Number of Bits Per Pixel: %d\n", BitsPerPixel)); in BltVideoFill()
[all …]
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
DLcdGraphicsOutputBlt.c34 IN UINTN BitsPerPixel, in VideoCopyNoHorizontalOverlap() argument
87 IN UINTN BitsPerPixel, in VideoCopyHorizontalOverlap() argument
357 UINTN BitsPerPixel; in BltVideoToVideo() local
360 BitsPerPixel = 16; in BltVideoToVideo()
383 …Status = VideoCopyHorizontalOverlap (BitsPerPixel, FrameBufferBase, HorizontalResolution, SourceX,… in BltVideoToVideo()
386 …Status = VideoCopyNoHorizontalOverlap (BitsPerPixel, FrameBufferBase, HorizontalResolution, Source… in BltVideoToVideo()
390 …Status = VideoCopyNoHorizontalOverlap (BitsPerPixel, FrameBufferBase, HorizontalResolution, Source… in BltVideoToVideo()
/device/linaro/bootloader/edk2/CorebootModulePkg/Include/Guid/
DFrameBufferInfoGuid.h32 UINT32 BitsPerPixel; member
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
DFbGop.c799 UINTN BitsPerPixel; in FbGopCheckForVbe() local
822 BitsPerPixel = pFbInfo->BitsPerPixel; in FbGopCheckForVbe()
825 BytesPerScanLine = HorizontalResolution * (BitsPerPixel / 8); in FbGopCheckForVbe()
860 CurrentModeData->BitsPerPixel = (UINT32)BitsPerPixel; in FbGopCheckForVbe()
870 if ((CurrentModeData->BitsPerPixel == 32) && in FbGopCheckForVbe()
979 (*Info)->PixelsPerScanLine = (ModeData->BytesPerScanLine * 8) / ModeData->BitsPerPixel; in FbGopGraphicsOutputQueryMode()
1212 VbePixelWidth = Mode->BitsPerPixel / 8; in FbGopVbeBltWorker()
DFbGop.h63 UINT32 BitsPerPixel; member
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
DLegacyVgaBios.h60 UINT8 BitsPerPixel; member
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
DBiosVideo.c1283 if (BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel < 24) { in BiosVideoCheckForVbe()
1287 if (BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel > 32) { in BiosVideoCheckForVbe()
1291 if ((BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel % 8) != 0) { in BiosVideoCheckForVbe()
1389 if ((BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel == 32) && in BiosVideoCheckForVbe()
1407 CurrentModeData->BitsPerPixel = BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel; in BiosVideoCheckForVbe()
1550 ModeBuffer->BitsPerPixel = 8; in BiosVideoCheckForVga()
1638 (*Info)->PixelsPerScanLine = (ModeData->BytesPerScanLine * 8) / ModeData->BitsPerPixel; in BiosVideoGraphicsOutputQueryMode()
1777 This->Mode->Info->PixelsPerScanLine = (ModeData->BytesPerScanLine * 8) / ModeData->BitsPerPixel; in BiosVideoGraphicsOutputSetMode()
1966 VbePixelWidth = Mode->BitsPerPixel / 8; in BiosVideoGraphicsOutputVbeBlt()
DVesaBiosExtensions.h319 UINT8 BitsPerPixel; // Bits per pixel member
DBiosVideo.h64 UINT32 BitsPerPixel; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
DBiosVideo.c1564 if (BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel < 24) { in BiosVideoCheckForVbe()
1568 if (BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel > 32) { in BiosVideoCheckForVbe()
1572 if ((BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel % 8) != 0) { in BiosVideoCheckForVbe()
1694 if ((BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel == 32) && in BiosVideoCheckForVbe()
1712 CurrentModeData->BitsPerPixel = BiosVideoPrivate->VbeModeInformationBlock->BitsPerPixel; in BiosVideoCheckForVbe()
1834 ModeBuffer->BitsPerPixel = 8; in BiosVideoCheckForVga()
1931 (*Info)->PixelsPerScanLine = (ModeData->BytesPerScanLine * 8) / ModeData->BitsPerPixel; in BiosVideoGraphicsOutputQueryMode()
2114 This->Mode->Info->PixelsPerScanLine = (ModeData->BytesPerScanLine * 8) / ModeData->BitsPerPixel; in BiosVideoGraphicsOutputSetMode()
2293 VbePixelWidth = Mode->BitsPerPixel / 8; in BiosVideoVbeBltWorker()
DVesaBiosExtensions.h328 UINT8 BitsPerPixel; // Bits per pixel member
DBiosVideo.h68 UINT32 BitsPerPixel; member
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
DVbeShim.c223 VbeModeInfo->BitsPerPixel = 32; in InstallVbeShim()
/device/linaro/bootloader/edk2/CorebootModulePkg/Library/CbParseLib/
DCbParseLib.c680 pFbInfo->BitsPerPixel = CbFbRec->bits_per_pixel; in CbParseFbInfo()