/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/ |
D | LcdGraphicsOutputBlt.c | 34 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/ |
D | LcdGraphicsOutputBlt.c | 34 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/ |
D | FrameBufferInfoGuid.h | 32 UINT32 BitsPerPixel; member
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/ |
D | FbGop.c | 799 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()
|
D | FbGop.h | 63 UINT32 BitsPerPixel; member
|
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/ |
D | LegacyVgaBios.h | 60 UINT8 BitsPerPixel; member
|
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/ |
D | BiosVideo.c | 1283 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()
|
D | VesaBiosExtensions.h | 319 UINT8 BitsPerPixel; // Bits per pixel member
|
D | BiosVideo.h | 64 UINT32 BitsPerPixel; member
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/ |
D | BiosVideo.c | 1564 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()
|
D | VesaBiosExtensions.h | 328 UINT8 BitsPerPixel; // Bits per pixel member
|
D | BiosVideo.h | 68 UINT32 BitsPerPixel; member
|
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/ |
D | VbeShim.c | 223 VbeModeInfo->BitsPerPixel = 32; in InstallVbeShim()
|
/device/linaro/bootloader/edk2/CorebootModulePkg/Library/CbParseLib/ |
D | CbParseLib.c | 680 pFbInfo->BitsPerPixel = CbFbRec->bits_per_pixel; in CbParseFbInfo()
|