Searched defs:BltOperation (Results 1 - 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/OptionRomPkg/Library/GopBltLib/
H A DGopBltLib.c86 @param[in] BltOperation - The operation to perform
87 @param[in] SourceX - The X coordinate of the source for BltOperation
88 @param[in] SourceY - The Y coordinate of the source for BltOperation
89 @param[in] DestinationX - The X coordinate of the destination for BltOperation
90 @param[in] DestinationY - The Y coordinate of the destination for BltOperation
106 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
123 BltOperation,
139 @param[in] BltOperation - The operation to perform
140 @param[in] SourceX - The X coordinate of the source for BltOperation
141 @param[in] SourceY - The Y coordinate of the source for BltOperation
104 InternalGopBltCommon( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
158 BltLibGopBlt( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
[all...]
/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
H A DGop.c226 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
245 BltOperation - The operation to perform
246 SourceX - The X coordinate of the source for BltOperation
247 SourceY - The Y coordinate of the source for BltOperation
248 DestinationX - The X coordinate of the destination for BltOperation
249 DestinationY - The Y coordinate of the destination for BltOperation
276 switch (BltOperation) {
284 BltOperation,
223 QemuVideoGraphicsOutputBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
H A DGopScreen.c175 @param BltOperation Operation to perform on BlitBuffer and video memory
185 @retval EFI_INVALID_PARAMETER BltOperation is not valid.
194 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
211 if ((UINT32)BltOperation >= EfiGraphicsOutputBltOperationMax) {
248 (EFI_UGA_BLT_OPERATION)BltOperation,
191 EmuGopBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitterGraphics.c235 @param BltOperation Operation to perform on BlitBuffer and video
246 @retval EFI_INVALID_PARAMETER BltOperation is not valid.
256 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
273 if (This == NULL || ((UINTN) BltOperation) >= EfiGraphicsOutputBltOperationMax) {
290 BltOperation,
301 } else if (BltOperation == EfiBltVideoToBltBuffer) {
314 (EFI_UGA_BLT_OPERATION) BltOperation,
325 } else if (BltOperation == EfiBltVideoToBltBuffer) {
511 @param BltOperation Operation to perform on BlitBuffer and video memory
521 @retval EFI_INVALID_PARAMETER BltOperation i
253 ConSplitterGraphicsOutputBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
527 ConSplitterUgaDrawBlt( IN EFI_UGA_DRAW_PROTOCOL *This, IN EFI_UGA_PIXEL *BltBuffer, OPTIONAL IN EFI_UGA_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
[all...]
/device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
H A DCirrusLogic5430GraphicsOutput.c190 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
209 BltOperation - The operation to perform
210 SourceX - The X coordinate of the source for BltOperation
211 SourceY - The Y coordinate of the source for BltOperation
212 DestinationX - The X coordinate of the destination for BltOperation
213 DestinationY - The Y coordinate of the destination for BltOperation
243 if ((UINT32)BltOperation >= EfiGraphicsOutputBltOperationMax) {
271 if (BltOperation == EfiBltVideoToBltBuffer) {
301 switch (BltOperation) {
187 CirrusLogic5430GraphicsOutputBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
H A DCirrusLogic5430UgaDraw.c115 IN EFI_UGA_BLT_OPERATION BltOperation,
139 if ((UINT32)BltOperation >= EfiUgaBltMax) {
166 if (BltOperation == EfiUgaVideoToBltBuffer) {
196 switch (BltOperation) {
112 CirrusLogic5430UgaDrawBlt( IN EFI_UGA_DRAW_PROTOCOL *This, IN EFI_UGA_PIXEL *BltBuffer, OPTIONAL IN EFI_UGA_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
/device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
H A DGop.c432 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
469 if (BltOperation == EfiBltVideoToBltBuffer ||
470 BltOperation == EfiBltBufferToVideo) {
480 if (BltOperation == EfiBltVideoFill ||
481 BltOperation == EfiBltBufferToVideo ||
482 BltOperation == EfiBltVideoToVideo) {
495 if (BltOperation == EfiBltVideoToBltBuffer ||
496 BltOperation == EfiBltVideoToVideo) {
509 switch (BltOperation) {
429 GopBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
H A DLcdGraphicsOutputBlt.c782 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
810 DEBUG((DEBUG_INFO, "LcdGraphicsBlt (BltOperation:%d,DestX:%d,DestY:%d,Width:%d,Height:%d) res(%d,%d)\n",
811 BltOperation,DestinationX,DestinationY,Width,Height,HorizontalResolution,VerticalResolution));
820 if ((BltOperation == EfiBltVideoFill) || (BltOperation == EfiBltBufferToVideo) || (BltOperation == EfiBltVideoToBltBuffer)) {
831 if ((BltOperation == EfiBltVideoToBltBuffer) || (BltOperation == EfiBltVideoToVideo)) {
842 if ((BltOperation == EfiBltVideoFill) || (BltOperation
779 LcdGraphicsBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
[all...]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c613 @param[in] BltOperation The operation to perform.
614 @param[in] SourceX The X coordinate of the source for BltOperation.
615 @param[in] SourceY The Y coordinate of the source for BltOperation.
617 BltOperation.
619 BltOperation.
639 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
653 switch (BltOperation) {
636 FrameBufferBlt( IN FRAME_BUFFER_CONFIGURE *Configure, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsOutputDxe/
H A DGraphicsOutput.c121 @param BltOperation The operation to perform when copying BltBuffer on to the graphics screen.
122 @param SourceX The X coordinate of source for the BltOperation.
123 @param SourceY The Y coordinate of source for the BltOperation.
124 @param DestinationX The X coordinate of destination for the BltOperation.
125 @param DestinationY The Y coordinate of destination for the BltOperation.
134 @retval EFI_INVALID_PARAMETER BltOperation is not valid.
143 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
167 BltOperation,
140 GraphicsOutputBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
H A DWinNtGopScreen.c429 @param BltOperation Operation to perform on BltBuffer and video memory
433 @param SourceX If the BltOperation is a EfiCopyBlt this is the
436 @param SourceX If the BltOperation is a EfiCopyBlt this is the
441 @retval EFI_INVALID_PARAMETER BltOperation is not valid.
455 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
480 if ((BltOperation < 0) || (BltOperation >= EfiGraphicsOutputBltOperationMax)) {
503 if (BltOperation == EfiBltVideoToBltBuffer) {
546 if (BltOperation == EfiBltVideoFill) {
563 switch (BltOperation) {
452 WinNtGopBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
[all...]
/device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
H A DLcdGraphicsOutputBlt.c401 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
420 switch (BltOperation) {
398 LcdGraphicsBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN OUT EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta OPTIONAL ) argument
/device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
H A DFrameBufferBltLib.c134 @param[in] BltOperation - The operation to perform
135 @param[in] SourceX - The X coordinate of the source for BltOperation
136 @param[in] SourceY - The Y coordinate of the source for BltOperation
137 @param[in] DestinationX - The X coordinate of the destination for BltOperation
138 @param[in] DestinationY - The Y coordinate of the destination for BltOperation
155 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
165 switch (BltOperation) {
153 BltLibGopBlt( IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
H A DFbGop.c1049 @param DestinationX The X coordinate of the destination for BltOperation
1050 @param DestinationY The Y coordinate of the destination for BltOperation
1152 @param BltOperation The operation to perform
1153 @param SourceX The X coordinate of the source for BltOperation
1154 @param SourceY The Y coordinate of the source for BltOperation
1156 BltOperation
1158 BltOperation
1179 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
1216 if (((UINTN) BltOperation) >= EfiGraphicsOutputBltOperationMax) {
1228 if (BltOperation
1176 FbGopVbeBltWorker( IN FB_VIDEO_DEV *FbGopPrivate, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta, IN FB_VIDEO_MODE_DATA *Mode ) argument
1445 FbGopGraphicsOutputVbeBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
[all...]
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
H A DX11GraphicsWindow.c718 IN EFI_UGA_BLT_OPERATION BltOperation,
741 if (BltOperation == EfiUgaVideoToBltBuffer
742 || BltOperation == EfiUgaVideoToVideo) {
755 if (BltOperation == EfiUgaBltBufferToVideo
756 || BltOperation == EfiUgaVideoToVideo
757 || BltOperation == EfiUgaVideoFill) {
770 switch (BltOperation) {
833 switch (BltOperation) {
715 X11Blt( IN EMU_GRAPHICS_WINDOW_PROTOCOL *GraphicsIo, IN EFI_UGA_PIXEL *BltBuffer OPTIONAL, IN EFI_UGA_BLT_OPERATION BltOperation, IN EMU_GRAPHICS_WINDOWS__BLT_ARGS *Args ) argument
/device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
H A DBiosVideo.c1799 @param DestinationX - The X coordinate of the destination for BltOperation
1800 @param DestinationY - The Y coordinate of the destination for BltOperation
1909 @param BltOperation - The operation to perform
1910 @param SourceX - The X coordinate of the source for BltOperation
1911 @param SourceY - The Y coordinate of the source for BltOperation
1912 @param DestinationX - The X coordinate of the destination for BltOperation
1913 @param DestinationY - The Y coordinate of the destination for BltOperation
1930 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
1970 if (This == NULL || ((UINTN) BltOperation) >= EfiGraphicsOutputBltOperationMax) {
1982 if (BltOperation
1927 BiosVideoGraphicsOutputVbeBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
2351 BiosVideoGraphicsOutputVgaBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2130 @param DestinationX The X coordinate of the destination for BltOperation
2131 @param DestinationY The Y coordinate of the destination for BltOperation
2233 @param BltOperation The operation to perform
2234 @param SourceX The X coordinate of the source for BltOperation
2235 @param SourceY The Y coordinate of the source for BltOperation
2237 BltOperation
2239 BltOperation
2260 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
2297 if (((UINTN) BltOperation) >= EfiGraphicsOutputBltOperationMax) {
2309 if (BltOperation
2257 BiosVideoVbeBltWorker( IN BIOS_VIDEO_DEV *BiosVideoPrivate, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta, IN BIOS_VIDEO_MODE_DATA *Mode ) argument
2526 BiosVideoGraphicsOutputVbeBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
2748 BiosVideoGraphicsOutputVgaBlt( IN EFI_GRAPHICS_OUTPUT_PROTOCOL *This, IN EFI_GRAPHICS_OUTPUT_BLT_PIXEL *BltBuffer, OPTIONAL IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation, IN UINTN SourceX, IN UINTN SourceY, IN UINTN DestinationX, IN UINTN DestinationY, IN UINTN Width, IN UINTN Height, IN UINTN Delta ) argument
[all...]

Completed in 394 milliseconds