Searched refs:RedMask (Results 1 – 16 of 16) sorted by relevance
311 ( (EfiSourcePixel->Red << 7) & PixelInformation->RedMask ) in BltVideoFill()338 ( (EfiSourcePixel->Red << 8) & PixelInformation->RedMask ) in BltVideoFill()364 ( (EfiSourcePixel->Red >> 4) & PixelInformation->RedMask ) in BltVideoFill()484 … EfiDestinationPixel->Red = (UINT8) ( (Pixel16bit & PixelInformation->RedMask ) >> 7 ); in BltVideoToBltBuffer()512 … EfiDestinationPixel->Red = (UINT8) ( (Pixel16bit & PixelInformation->RedMask ) >> 8 ); in BltVideoToBltBuffer()539 … EfiDestinationPixel->Red = (UINT8) ( (Pixel16bit & PixelInformation->RedMask ) >> 4 ); in BltVideoToBltBuffer()641 ( (EfiSourcePixel->Red << 7) & PixelInformation->RedMask ) in BltBufferToVideo()669 ( (EfiSourcePixel->Red << 8) & PixelInformation->RedMask ) in BltBufferToVideo()695 ( (EfiSourcePixel->Red << 4) & PixelInformation->RedMask ) in BltBufferToVideo()
37 UINT32 RedMask; member
28 UINT32 RedMask; member
29 UINT32 RedMask; member
182 ( (EfiSourcePixel->Red << 8) & PixelInformation->RedMask ) in BltVideoFill()266 … EfiDestinationPixel->Red = (UINT8) ( (Pixel16bit & PixelInformation->RedMask ) >> 8 ); in BltVideoToBltBuffer()331 ( (EfiSourcePixel->Red << 8) & PixelInformation->RedMask ) in BltBufferToVideo()
28 Info->PixelInformation.RedMask = PIXEL_RED_MASK; in QemuVideoCompleteModeInfo()34 Info->PixelInformation.RedMask = PIXEL24_RED_MASK; in QemuVideoCompleteModeInfo()
273 (((Uint32 << mPixelShl[0]) >> mPixelShr[0]) & mPixelBitMasks.RedMask) | in BltLibVideoFill()492 (((Uint32 & mPixelBitMasks.RedMask) >> mPixelShl[0]) << mPixelShr[0]) | in BltLibVideoToBltBufferEx()627 (((Uint32 << mPixelShl[0]) >> mPixelShr[0]) & mPixelBitMasks.RedMask) | in BltLibBufferToVideoEx()
220 Configure->PixelMasks.RedMask) | in FrameBufferBltLibVideoFill()403 (((Uint32 & Configure->PixelMasks.RedMask) >> in FrameBufferBltLibVideoToBltBuffer()506 Configure->PixelMasks.RedMask) | in FrameBufferBltLibBufferToVideo()
225 Info->PixelInformation.RedMask = LCD_24BPP_RED_MASK; in LcdPlatformQueryMode()
310 Info->PixelInformation.RedMask = LCD_24BPP_RED_MASK; in LcdPlatformQueryMode()
34 Info->PixelInformation.RedMask = PIXEL_RED_MASK; in CirrusLogic5430CompleteModeInfo()
535 FindBits(Info->PixelInformation.RedMask, in SetupGraphicsFromGop()
378 " RedMask.........: %%H0x%08x%%N\r\n"
295 …tput->Mode->Info->PixelFormat!=PixelBitMask?0:GraphicsOutput->Mode->Info->PixelInformation.RedMask, in GraphicsOutputProtocolDumpInformation()
1397 …CurrentModeData->PixelBitMask.RedMask = ((UINT32) CurrentModeData->Red.Mask) << CurrentModeData->R… in BiosVideoCheckForVbe()
1703 …CurrentModeData->PixelBitMask.RedMask = ((UINT32) CurrentModeData->Red.Mask) << CurrentModeData->R… in BiosVideoCheckForVbe()