HomeSort by relevance Sort by last modified time
    Searched full:bltbuffer (Results 1 - 25 of 52) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
BootLogo.h 34 @param BltBuffer The BLT buffer for logo drawn on screen. If BltBuffer
37 @param DestinationX X coordinate of destination for the BltBuffer.
38 @param DestinationY Y coordinate of destination for the BltBuffer.
39 @param Width Width of rectangle in BltBuffer in pixels.
40 @param Height Hight of rectangle in BltBuffer in pixels.
52 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer OPTIONAL,
  /device/linaro/bootloader/edk2/OptionRomPkg/Library/GopBltLib/
GopBltLib.c 85 @param[in,out] BltBuffer - The data to transfer to screen
94 If a Delta of 0 is used, the entire BltBuffer will be operated on.
95 If a subrectangle of the BltBuffer is used, then Delta represents
96 the number of bytes in a row of the BltBuffer.
105 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
122 BltBuffer,
138 @param[in,out] BltBuffer - The data to transfer to screen
147 If a Delta of 0 is used, the entire BltBuffer will be operated on.
148 If a subrectangle of the BltBuffer is used, then Delta represents
149 the number of bytes in a row of the BltBuffer.
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
FrameBufferBltLib.c 133 @param[in,out] BltBuffer - The data to transfer to screen
142 If a Delta of 0 is used, the entire BltBuffer will be operated on.
143 If a subrectangle of the BltBuffer is used, then Delta represents
144 the number of bytes in a row of the BltBuffer.
154 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
168 BltBuffer,
190 BltBuffer,
199 BltBuffer,
251 // BltBuffer to Video: Source is BltBuffer, destination is Video
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
GraphicsOutput.h 119 <B>EfiBltVideoFill</B> - Write data from the BltBuffer pixel (SourceX, SourceY)
122 Only one pixel will be used from the BltBuffer. Delta is NOT used.
126 the BltBuffer rectangle (DestinationX, DestinationY )
129 of a row in the BltBuffer.
131 <B>EfiBltBufferToVideo</B> - Write data from the BltBuffer rectangle
136 BltBuffer.
141 The BltBuffer and Delta are not used in this mode.
144 @param BltBuffer Buffer containing data to blit into video buffer. This
147 @param SourceX X coordinate of source for the BltBuffer.
148 @param SourceY Y coordinate of source for the BltBuffer.
    [all...]
UgaDraw.h 102 <B>EfiUgaVideoFill</B> - Write data from the BltBuffer pixel (SourceX, SourceY)
105 Only one pixel will be used from the BltBuffer. Delta is NOT used.
109 the BltBuffer rectangle (DestinationX, DestinationY )
112 of a row in the BltBuffer.
114 <B>EfiUgaBltBufferToVideo</B> - Write data from the BltBuffer rectangle
119 BltBuffer.
124 The BltBuffer and Delta are not used in this mode.
128 @param[in] BltBuffer - Buffer containing data to blit into video buffer. This
131 @param[in] SourceX - X coordinate of source for the BltBuffer.
132 @param[in] SourceY - Y coordinate of source for the BltBuffer.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/GraphicsOutput/
GraphicsOutput.h 130 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL * BltBuffer, OPTIONAL
145 EfiBltVideoFill - Write data from the BltBuffer pixel (SourceX, SourceY)
148 Only one pixel will be used from the BltBuffer. Delta is NOT used.
151 the BltBuffer rectangle (DestinationX, DestinationY )
154 of a row in the BltBuffer.
155 EfiBltBufferToVideo - Write data from the BltBuffer rectangle
160 BltBuffer.
164 The BltBuffer and Delta are not used in this mode.
168 BltBuffer - Buffer containing data to blit into video buffer. This
171 SourceX - X coordinate of source for the BltBuffer.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UgaDraw/
UgaDraw.h 115 IN EFI_UGA_PIXEL * BltBuffer, OPTIONAL
130 EfiUgaVideoFill - Write data from the BltBuffer pixel (SourceX, SourceY)
133 Only one pixel will be used from the BltBuffer. Delta is NOT used.
136 the BltBuffer rectangle (DestinationX, DestinationY )
139 of a row in the BltBuffer.
140 EfiUgaBltBufferToVideo - Write data from the BltBuffer rectangle
145 BltBuffer.
149 The BltBuffer and Delta are not used in this mode.
153 BltBuffer - Buffer containing data to blit into video buffer. This
156 SourceX - X coordinate of source for the BltBuffer.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
UgaDraw.h 91 EfiUgaVideoFill, ///< Write data from the BltBuffer pixel (SourceX, SourceY)
94 ///< Only one pixel will be used from the BltBuffer. Delta is NOT used.
98 ///< the BltBuffer rectangle (DestinationX, DestinationY )
101 ///< of a row in the BltBuffer.
103 EfiUgaBltBufferToVideo, ///< Write data from the BltBuffer rectangle
108 ///< BltBuffer.
113 ///< The BltBuffer and Delta are not used in this mode.
123 @param[in] BltBuffer - Buffer containing data to blit into video buffer. This
126 @param[in] SourceX - X coordinate of source for the BltBuffer.
127 @param[in] SourceY - Y coordinate of source for the BltBuffer.
    [all...]
GraphicsOutput.h 154 /// Write data from the BltBuffer pixel (0, 0)
157 /// Only one pixel will be used from the BltBuffer. Delta is NOT used.
164 /// the BltBuffer rectangle (DestinationX, DestinationY )
167 /// of a row in the BltBuffer.
172 /// Write data from the BltBuffer rectangle
177 /// BltBuffer.
185 /// The BltBuffer and Delta are not used in this mode.
196 @param BltBuffer The data to transfer to the graphics screen.
198 @param BltOperation The operation to perform when copying BltBuffer on to the graphics screen.
206 If a Delta of zero is used, the entire BltBuffer is being operated on.
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Include/Library/
BltLib.h 42 @param[in,out] BltBuffer - The data to transfer to screen
51 If a Delta of 0 is used, the entire BltBuffer will be operated on.
52 If a subrectangle of the BltBuffer is used, then Delta represents
53 the number of bytes in a row of the BltBuffer.
63 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
103 @param[out] BltBuffer Output buffer for pixel color data
117 OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer,
129 @param[out] BltBuffer Output buffer for pixel color data
132 @param[in] DestinationX X location within BltBuffer
133 @param[in] DestinationY Y location within BltBuffer
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitterGraphics.c 208 EfiBltVideoFill - Write data from the BltBuffer pixel (SourceX, SourceY)
212 Only one pixel will be used from the BltBuffer. Delta is NOT used.
215 the BltBuffer rectangle (DestinationX, DestinationY )
218 of a row in the BltBuffer.
219 EfiBltBufferToVideo - Write data from the BltBuffer rectangle
224 BltBuffer.
229 The BltBuffer and Delta are not used in this mode.
232 @param BltBuffer Buffer containing data to blit into video buffer.
237 @param SourceX X coordinate of source for the BltBuffer.
238 @param SourceY Y coordinate of source for the BltBuffer.
    [all...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/LcdGraphicsOutputDxe/
LcdGraphicsOutputBlt.c 163 IN UINTN Delta OPTIONAL // Number of BYTES in a row of the BltBuffer
180 // Convert the EFI pixel at the start of the BltBuffer(0,0) into a video display pixel
212 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
219 IN UINTN Delta OPTIONAL // Number of BYTES in a row of the BltBuffer
259 EfiDestinationPixel = BltBuffer + DestinationLine * BltBufferHorizontalResolution + DestinationPixelX;
279 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
286 IN UINTN Delta OPTIONAL // Number of BYTES in a row of the BltBuffer
314 // Access each pixel inside the BltBuffer Memory
324 EfiSourcePixel = BltBuffer + SourceLine * BltBufferHorizontalResolution + SourcePixelX;
345 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
    [all...]
  /device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
LcdGraphicsOutputBlt.c 163 IN UINTN Delta OPTIONAL // Number of BYTES in a row of the BltBuffer
180 // Convert the EFI pixel at the start of the BltBuffer(0,0) into a video display pixel
212 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
219 IN UINTN Delta OPTIONAL // Number of BYTES in a row of the BltBuffer
259 EfiDestinationPixel = BltBuffer + DestinationLine * BltBufferHorizontalResolution + DestinationPixelX;
279 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
286 IN UINTN Delta OPTIONAL // Number of BYTES in a row of the BltBuffer
314 // Access each pixel inside the BltBuffer Memory
324 EfiSourcePixel = BltBuffer + SourceLine * BltBufferHorizontalResolution + SourcePixelX;
345 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/
BootGraphicsResourceTableDxe.c 96 @param BltBuffer The BLT buffer for logo drawn on screen. If BltBuffer
99 @param DestinationX X coordinate of destination for the BltBuffer.
100 @param DestinationY Y coordinate of destination for the BltBuffer.
101 @param Width Width of rectangle in BltBuffer in pixels.
102 @param Height Hight of rectangle in BltBuffer in pixels.
114 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer OPTIONAL,
127 @param BltBuffer The BLT buffer for logo drawn on screen. If BltBuffer
130 @param DestinationX X coordinate of destination for the BltBuffer.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
Fonts.c 145 @param Foreground The foreground setting requested to be used for the generated BltBuffer data. Type EFI_UGA_PIXEL is defined in "Related Definitions" below.
146 @param Background The background setting requested to be used for the generated BltBuffer data.
147 @param Count The entry in the BltBuffer upon which to act.
150 @param BltBuffer A pointer to the buffer that contains the data that is ready to be used by the UGA BLT routines.
167 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer
174 // Convert Monochrome bitmap of the Glyph to BltBuffer structure
179 BltBuffer[Ypos * Width * Count + (Width - Xpos - 1)] = Foreground;
181 BltBuffer[Ypos * Width * Count + (Width - Xpos - 1)] = Background;
  /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
CirrusLogic5430UgaDraw.c 114 IN EFI_UGA_PIXEL *BltBuffer, OPTIONAL
148 // If Delta is zero, then the entire BltBuffer is being used, so Delta
149 // is the number of bytes in each row of BltBuffer. Since BltBuffer is Width pixels size,
168 // Video to BltBuffer: Source is Video, destination is BltBuffer
179 // BltBuffer to Video: Source is BltBuffer, destination is Video
199 // Video to BltBuffer: Source is Video, destination is BltBuffer
    [all...]
CirrusLogic5430GraphicsOutput.c 189 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
208 BltBuffer - The data to transfer to screen
217 If a Delta of 0 is used, the entire BltBuffer will be operated on.
218 If a subrectangle of the BltBuffer is used, then Delta represents
219 the number of bytes in a row of the BltBuffer.
252 // If Delta is zero, then the entire BltBuffer is being used, so Delta
253 // is the number of bytes in each row of BltBuffer. Since BltBuffer is Width pixels size,
273 // Video to BltBuffer: Source is Video, destination is BltBuffer
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
LcdGraphicsOutputBlt.c 269 IN UINTN Delta OPTIONAL // Number of BYTES in a row of the BltBuffer
309 // Convert the EFI pixel at the start of the BltBuffer(0,0) into a video display pixel
336 // Convert the EFI pixel at the start of the BltBuffer(0,0) into a video display pixel
362 // Convert the EFI pixel at the start of the BltBuffer(0,0) into a video display pixel
405 IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
412 IN UINTN Delta OPTIONAL // Number of BYTES in a row of the BltBuffer
458 DestinationAddr = (VOID *)((UINT32 *)BltBuffer + DestinationLine * BltBufferHorizontalResolution + DestinationX);
477 EfiDestinationPixel = BltBuffer + DestinationLine * BltBufferHorizontalResolution + DestinationPixelX;
504 EfiDestinationPixel = BltBuffer + DestinationLine * BltBufferHorizontalResolution + DestinationPixelX;
532 EfiDestinationPixel = BltBuffer + DestinationLine * BltBufferHorizontalResolution + DestinationPixelX;
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
GopScreen.c 173 @param BltBuffer Buffer containing data to blit into video buffer. This
176 @param SourceX X coordinate of source for the BltBuffer.
177 @param SourceY Y coordinate of source for the BltBuffer.
178 @param DestinationX X coordinate of destination for the BltBuffer.
179 @param DestinationY Y coordinate of destination for the BltBuffer.
180 @param Width Width of rectangle in BltBuffer in pixels.
181 @param Height Hight of rectangle in BltBuffer in pixels.
193 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
219 // If Delta is zero, then the entire BltBuffer is being used, so Delta
220 // is the number of bytes in each row of BltBuffer. Since BltBuffer is Width pixels size
    [all...]
  /external/syslinux/efi32/include/efi/
efiprot.h 663 <B>EfiBltVideoFill</B> - Write data from the BltBuffer pixel (SourceX, SourceY)
666 Only one pixel will be used from the BltBuffer. Delta is NOT used.
670 the BltBuffer rectangle (DestinationX, DestinationY )
673 of a row in the BltBuffer.
675 <B>EfiBltBufferToVideo</B> - Write data from the BltBuffer rectangle
680 BltBuffer.
685 The BltBuffer and Delta are not used in this mode.
688 @param BltBuffer Buffer containing data to blit into video buffer. This
691 @param SourceX X coordinate of source for the BltBuffer.
692 @param SourceY Y coordinate of source for the BltBuffer
    [all...]
  /external/syslinux/efi64/include/efi/
efiprot.h 663 <B>EfiBltVideoFill</B> - Write data from the BltBuffer pixel (SourceX, SourceY)
666 Only one pixel will be used from the BltBuffer. Delta is NOT used.
670 the BltBuffer rectangle (DestinationX, DestinationY )
673 of a row in the BltBuffer.
675 <B>EfiBltBufferToVideo</B> - Write data from the BltBuffer rectangle
680 BltBuffer.
685 The BltBuffer and Delta are not used in this mode.
688 @param BltBuffer Buffer containing data to blit into video buffer. This
691 @param SourceX X coordinate of source for the BltBuffer.
692 @param SourceY Y coordinate of source for the BltBuffer
    [all...]
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiprot.h 663 <B>EfiBltVideoFill</B> - Write data from the BltBuffer pixel (SourceX, SourceY)
666 Only one pixel will be used from the BltBuffer. Delta is NOT used.
670 the BltBuffer rectangle (DestinationX, DestinationY )
673 of a row in the BltBuffer.
675 <B>EfiBltBufferToVideo</B> - Write data from the BltBuffer rectangle
680 BltBuffer.
685 The BltBuffer and Delta are not used in this mode.
688 @param BltBuffer Buffer containing data to blit into video buffer. This
691 @param SourceX X coordinate of source for the BltBuffer.
692 @param SourceY Y coordinate of source for the BltBuffer
    [all...]
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
FbGop.h 274 @param BltBuffer The data to transfer to screen
288 used, the entire BltBuffer will be operated on. If
289 a subrectangle of the BltBuffer is used, then
291 the BltBuffer.
301 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
317 @param BltBuffer The data to transfer to screen
331 used, the entire BltBuffer will be operated on. If
332 a subrectangle of the BltBuffer is used, then
334 the BltBuffer.
344 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.h 311 @param BltBuffer - The data to transfer to screen
320 If a Delta of 0 is used, the entire BltBuffer will be operated on.
321 If a subrectangle of the BltBuffer is used, then Delta represents
322 the number of bytes in a row of the BltBuffer.
332 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
348 @param BltBuffer The data to transfer to screen
357 If a Delta of 0 is used, the entire BltBuffer will be operated on.
358 If a subrectangle of the BltBuffer is used, then Delta represents
359 the number of bytes in a row of the BltBuffer.
369 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.h 317 @param BltBuffer The data to transfer to screen
331 used, the entire BltBuffer will be operated on. If
332 a subrectangle of the BltBuffer is used, then
334 the BltBuffer.
344 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
360 @param BltBuffer The data to transfer to screen
374 used, the entire BltBuffer will be operated on. If
375 a subrectangle of the BltBuffer is used, then
377 the BltBuffer.
387 IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL
    [all...]

Completed in 1336 milliseconds

1 2 3