HomeSort by relevance Sort by last modified time
    Searched defs:FrameBufferBase (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/MdePkg/Include/Guid/
GraphicsInfoHob.h 34 EFI_PHYSICAL_ADDRESS FrameBufferBase;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsOutputDxe/
GraphicsOutput.c 191 0, // FrameBufferBase
318 EFI_PHYSICAL_ADDRESS FrameBufferBase;
320 FrameBufferBase = 0;
411 FrameBufferBase = Resources->AddrRangeMin;
437 Private->GraphicsOutputMode.FrameBufferBase = FrameBufferBase;
472 (VOID *) (UINTN) Private->GraphicsOutput.Mode->FrameBufferBase,
481 (VOID *) (UINTN) Private->GraphicsOutput.Mode->FrameBufferBase,
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
LcdGraphicsOutputBlt.c 35 IN volatile VOID *FrameBufferBase,
74 SourceAddr = (VOID *)((UINT32 *)FrameBufferBase + SourceLine * HorizontalResolution + SourceX );
75 DestinationAddr = (VOID *)((UINT32 *)FrameBufferBase + DestinationLine * HorizontalResolution + DestinationX);
94 SourceAddr = (VOID *)((UINT16 *)FrameBufferBase + SourceLine * HorizontalResolution + SourceX );
95 DestinationAddr = (VOID *)((UINT16 *)FrameBufferBase + DestinationLine * HorizontalResolution + DestinationX);
127 IN volatile VOID *FrameBufferBase,
172 SourcePixel32bit = (UINT32 *)FrameBufferBase + SourcePixelY * HorizontalResolution + SourceX;
184 DestinationPixel32bit = (UINT32 *)FrameBufferBase + DestinationPixelY * HorizontalResolution + DestinationX;
216 SourcePixel16bit = (UINT16 *)FrameBufferBase + SourcePixelY * HorizontalResolution + SourceX;
229 DestinationPixel16bit = (UINT16 *)FrameBufferBase + (DestinationPixelY * HorizontalResolution + DestinationX);
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
LcdGraphicsOutputBlt.c 35 IN volatile VOID *FrameBufferBase,
70 SourceAddr = (VOID *)((UINT16 *)FrameBufferBase + SourceLine * HorizontalResolution + SourceX );
71 DestinationAddr = (VOID *)((UINT16 *)FrameBufferBase + DestinationLine * HorizontalResolution + DestinationX);
88 IN volatile VOID *FrameBufferBase,
125 SourcePixel16bit = (UINT16 *)FrameBufferBase + SourcePixelY * HorizontalResolution + SourceX;
138 DestinationPixel16bit = (UINT16 *)FrameBufferBase + (DestinationPixelY * HorizontalResolution + DestinationX);
169 VOID *FrameBufferBase;
177 FrameBufferBase = (UINTN *)((UINTN)(This->Mode->FrameBufferBase));
197 DestinationPixel16bit = (UINT16 *)FrameBufferBase + DestinationLine * HorizontalResolution + DestinationPixelX;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
GraphicsOutput.h 180 EFI_PHYSICAL_ADDRESS FrameBufferBase;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/GraphicsOutput/
GraphicsOutput.h 193 EFI_PHYSICAL_ADDRESS FrameBufferBase;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
GraphicsOutput.h 249 /// Offset zero in FrameBufferBase represents the upper left pixel of the display.
251 EFI_PHYSICAL_ADDRESS FrameBufferBase;

Completed in 213 milliseconds