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

/vbox/src/VBox/Devices/EFI/Firmware/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...]
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/QemuVideoDxe/
H A DGop.c208 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
227 BltOperation - The operation to perform
228 SourceX - The X coordinate of the source for BltOperation
229 SourceY - The Y coordinate of the source for BltOperation
230 DestinationX - The X coordinate of the destination for BltOperation
231 DestinationY - The Y coordinate of the destination for BltOperation
256 switch (BltOperation) {
263 BltOperation,
205 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
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Console/ConSplitterDxe/
H A DConSplitterGraphics.c197 @param BltOperation Operation to perform on BlitBuffer and video
208 @retval EFI_INVALID_PARAMETER BltOperation is not valid.
218 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
235 if (This == NULL || ((UINTN) BltOperation) >= EfiGraphicsOutputBltOperationMax) {
252 BltOperation,
263 } else if (BltOperation == EfiBltVideoToBltBuffer) {
276 (EFI_UGA_BLT_OPERATION) BltOperation,
287 } else if (BltOperation == EfiBltVideoToBltBuffer) {
473 @param BltOperation Operation to perform on BlitBuffer and video memory
483 @retval EFI_INVALID_PARAMETER BltOperation i
215 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
489 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...]
/vbox/src/VBox/Devices/EFI/Firmware/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 ((BltOperation < 0) || (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
[all...]
H A DCirrusLogic5430UgaDraw.c115 IN EFI_UGA_BLT_OPERATION BltOperation,
139 if ((BltOperation < 0) || (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
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVgaDxe/
H A DVBoxVgaGraphicsOutput.c223 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
242 BltOperation - The operation to perform
243 SourceX - The X coordinate of the source for BltOperation
244 SourceY - The Y coordinate of the source for BltOperation
245 DestinationX - The X coordinate of the destination for BltOperation
246 DestinationY - The Y coordinate of the destination for BltOperation
276 if ((BltOperation < 0) || (BltOperation >= EfiGraphicsOutputBltOperationMax)) {
307 if (BltOperation == EfiBltVideoToBltBuffer) {
337 switch (BltOperation) {
220 VBoxVgaGraphicsOutputBlt( 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...]
H A DVBoxVgaUgaDraw.c150 IN EFI_UGA_BLT_OPERATION BltOperation,
173 if ((BltOperation < 0) || (BltOperation >= EfiUgaBltMax)) {
201 if (BltOperation == EfiUgaVideoToBltBuffer) {
231 switch (BltOperation) {
147 VBoxVgaUgaDrawBlt( 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
/vbox/src/VBox/Devices/EFI/Firmware/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
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
H A DBiosVideo.c2082 @param DestinationX The X coordinate of the destination for BltOperation
2083 @param DestinationY The Y coordinate of the destination for BltOperation
2185 @param BltOperation The operation to perform
2186 @param SourceX The X coordinate of the source for BltOperation
2187 @param SourceY The Y coordinate of the source for BltOperation
2189 BltOperation
2191 BltOperation
2212 IN EFI_GRAPHICS_OUTPUT_BLT_OPERATION BltOperation,
2249 if (((UINTN) BltOperation) >= EfiGraphicsOutputBltOperationMax) {
2261 if (BltOperation
2209 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
2478 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
2700 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 43 milliseconds