Searched refs:EfiSourcePixel (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
H A DLcdGraphicsOutputBlt.c262 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *EfiSourcePixel, OPTIONAL
304 SetMem32 (DestinationAddr, WidthInBytes, *((UINT32 *)EfiSourcePixel));
311 ( (EfiSourcePixel->Red << 7) & PixelInformation->RedMask )
312 | ( (EfiSourcePixel->Green << 2) & PixelInformation->GreenMask )
313 | ( (EfiSourcePixel->Blue >> 3) & PixelInformation->BlueMask )
338 ( (EfiSourcePixel->Red << 8) & PixelInformation->RedMask )
339 | ( (EfiSourcePixel->Green << 3) & PixelInformation->GreenMask )
340 | ( (EfiSourcePixel->Blue >> 3) & PixelInformation->BlueMask )
364 ( (EfiSourcePixel->Red >> 4) & PixelInformation->RedMask )
365 | ( (EfiSourcePixel
260 BltVideoFill( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *EfiSourcePixel, OPTIONAL IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
578 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *EfiSourcePixel; local
[all...]
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
H A DLcdGraphicsOutputBlt.c156 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *EfiSourcePixel, OPTIONAL
182 ( (EfiSourcePixel->Red << 8) & PixelInformation->RedMask )
183 | ( (EfiSourcePixel->Green << 3) & PixelInformation->GreenMask )
184 | ( (EfiSourcePixel->Blue >> 3) & PixelInformation->BlueMask )
292 EFI_GRAPHICS_OUTPUT_BLT_PIXEL *EfiSourcePixel; local
324 EfiSourcePixel = BltBuffer + SourceLine * BltBufferHorizontalResolution + SourcePixelX;
331 ( (EfiSourcePixel->Red << 8) & PixelInformation->RedMask )
332 | ( (EfiSourcePixel->Green << 3) & PixelInformation->GreenMask )
333 | ( (EfiSourcePixel->Blue >> 3) & PixelInformation->BlueMask )
154 BltVideoFill( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *EfiSourcePixel, OPTIONAL IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument

Completed in 14 milliseconds