Home
last modified time | relevance | path

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

12

/device/google/cuttlefish_common/common/vsoc/shm/
Dgraphics.h71 enum PixelFormat : uint32_t { enum
133 static_assert(ShmTypeValidator<PixelFormat, 4>::valid,
143 volatile PixelFormat value_;
155 bool HasValue(PixelFormat in) { in HasValue()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/
DFrameBufferBltLib.c31 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat; member
126 switch (FrameBufferInfo->PixelFormat) { in FrameBufferBltConfigure()
140 ASSERT (FrameBufferInfo->PixelFormat != PixelBltOnly); in FrameBufferBltConfigure()
148 Configure->PixelFormat = FrameBufferInfo->PixelFormat; in FrameBufferBltConfigure()
387 if (Configure->PixelFormat == PixelBlueGreenRedReserved8BitPerColor) { in FrameBufferBltLibVideoToBltBuffer()
395 if (Configure->PixelFormat != PixelBlueGreenRedReserved8BitPerColor) { in FrameBufferBltLibVideoToBltBuffer()
492 if (Configure->PixelFormat == PixelBlueGreenRedReserved8BitPerColor) { in FrameBufferBltLibBufferToVideo()
/device/google/cuttlefish_common/common/vsoc/lib/
Dgraphics_common.h24 static inline std::size_t BytesPerPixel(PixelFormat in) { in BytesPerPixel()
/device/google/cuttlefish_common/host/frontend/vnc_server/
Dvnc_client_connection.h48 struct PixelFormat { struct
152 PixelFormat pixel_format_ GUARDED_BY(m_) = {
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
DGop.c27 Info->PixelFormat = PixelBitMask; in QemuVideoCompleteModeInfo()
33 Info->PixelFormat = PixelBitMask; in QemuVideoCompleteModeInfo()
40 Info->PixelFormat = PixelBlueGreenRedReserved8BitPerColor; in QemuVideoCompleteModeInfo()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
DFbGop.c869 CurrentModeData->PixelFormat = PixelBitMask; in FbGopCheckForVbe()
873 CurrentModeData->PixelFormat = PixelRedGreenBlueReserved8BitPerColor; in FbGopCheckForVbe()
875 CurrentModeData->PixelFormat = PixelBlueGreenRedReserved8BitPerColor; in FbGopCheckForVbe()
894 FbGopPrivate->GraphicsOutput.Mode->Info->PixelFormat = CurrentModeData->PixelFormat; in FbGopCheckForVbe()
976 (*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/MdePkg/Include/Protocol/
DGraphicsOutput.h83 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/EmulatorPkg/EmuGopDxe/
DGopScreen.c82 (*Info)->PixelFormat = PixelBltOnly; in EmuGopQuerytMode()
349 Private->GraphicsOutput.Mode->Info->PixelFormat = PixelBltOnly; in EmuGopConstructor()
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.h62 EGLBoolean getConfigNativePixelFormat(EGLConfig config, PixelFormat * format);
DeglDisplay.cpp208 PixelFormat format; in processConfigs()
542 EGLBoolean eglDisplay::getConfigNativePixelFormat(EGLConfig config, PixelFormat * format) in getConfigNativePixelFormat()
/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/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/VirtioGpuDxe/
DGop.c218 GopModeInfo->PixelFormat = PixelBltOnly; in GopQueryMode()
265 VgpuGop->GopModeInfo.PixelFormat = PixelBltOnly; in GopSetMode()
/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.c1693 CurrentModeData->PixelFormat = PixelBitMask; in BiosVideoCheckForVbe()
1697 CurrentModeData->PixelFormat = PixelRedGreenBlueReserved8BitPerColor; in BiosVideoCheckForVbe()
1699 CurrentModeData->PixelFormat = PixelBlueGreenRedReserved8BitPerColor; in BiosVideoCheckForVbe()
1833 ModeBuffer->PixelFormat = PixelBltOnly; in BiosVideoCheckForVga()
1928 (*Info)->PixelFormat = ModeData->PixelFormat; in BiosVideoGraphicsOutputQueryMode()
2112 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/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()

12