Searched defs:mPixelFormat (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/OptionRomPkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c36 EFI_GRAPHICS_PIXEL_FORMAT mPixelFormat; variable
117 mPixelFormat = FrameBufferInfo->PixelFormat;
475 if (mPixelFormat == PixelBlueGreenRedReserved8BitPerColor) {
488 if (mPixelFormat != PixelBlueGreenRedReserved8BitPerColor) {
616 if (mPixelFormat == PixelBlueGreenRedReserved8BitPerColor) {
/vbox/src/VBox/Frontends/VirtualBox/src/
H A DVBoxFBOverlay.h1347 mPixelFormat(pFb->pixelFormat()), mVRAM(pFb->address()), mBitsPerPixel(pFb->bitsPerPixel()),
1359 mPixelFormat(aPixelFormat), mVRAM(aVRAM), mBitsPerPixel(aBitsPerPixel),
1365 ulong pixelFormat() const { return mPixelFormat; }
1379 ulong mPixelFormat; local

Completed in 781 milliseconds