HomeSort by relevance Sort by last modified time
    Searched refs:UgaDraw (Results 1 - 25 of 38) sorted by null

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UgaDraw/
UgaDraw.c 14 UgaDraw.c
25 #include EFI_PROTOCOL_DEFINITION (UgaDraw)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/UgaSplash/
UgaSplash.h 28 #include EFI_PROTOCOL_DEFINITION (UgaDraw)
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/BootLogoLib/
BootLogoLib.c 20 #include <Protocol/UgaDraw.h>
67 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
84 UgaDraw = NULL;
94 Status = gBS->HandleProtocol (gST->ConsoleOutHandle, &gEfiUgaDrawProtocolGuid, (VOID **) &UgaDraw);
96 UgaDraw = NULL;
130 ASSERT (UgaDraw != NULL);
131 Status = UgaDraw->GetMode (UgaDraw, &SizeOfX, &SizeOfY, &ColorDepth, &RefreshRate);
265 ASSERT (UgaDraw != NULL);
266 Status = UgaDraw->Blt (
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitterGraphics.c 127 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
166 UgaDraw = Private->TextOutList[Index].UgaDraw;
167 if (UgaDraw != NULL) {
168 Status = UgaDraw->SetMode (
169 UgaDraw,
271 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
309 UgaDraw = Private->TextOutList[Index].UgaDraw;
310 if (UgaDraw != NULL && FeaturePcdGet (PcdUgaConsumeSupport)) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
GraphicsConsole.c 131 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
135 UgaDraw = NULL;
155 (VOID **) &UgaDraw,
422 (VOID **) &Private->UgaDraw,
521 Status = Private->UgaDraw->SetMode (
522 Private->UgaDraw,
532 Status = Private->UgaDraw->SetMode (
533 Private->UgaDraw,
540 Status = Private->UgaDraw->GetMode (
541 Private->UgaDraw,
    [all...]
GraphicsConsole.h 21 #include <Protocol/UgaDraw.h>
69 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Print.c 91 IN EFI_UGA_DRAW_PROTOCOL *UgaDraw,
110 UgaDraw - UGA draw protocol interface
168 UgaDraw->GetMode (UgaDraw, &HorizontalResolution, &VerticalResolution, &ColorDepth, &RefreshRate);
319 Status = UgaDraw->Blt (
320 UgaDraw,
389 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
398 UgaDraw = NULL;
411 (VOID **) &UgaDraw
414 if (EFI_ERROR (Status) || (UgaDraw == NULL)) {
    [all...]
Graphics.c 460 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
470 UgaDraw = NULL;
480 Status = gBS->HandleProtocol (gST->ConsoleOutHandle, &gEfiUgaDrawProtocolGuid, (VOID **) &UgaDraw);
494 } else if (UgaDraw != NULL) {
495 Status = UgaDraw->GetMode (UgaDraw, &SizeOfX, &SizeOfY, &ColorDepth, &RefreshRate);
626 Status = UgaDraw->Blt (
627 UgaDraw,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
MemoryTest.c 48 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
65 UgaDraw = NULL;
77 (VOID **) &UgaDraw
89 } else if (UgaDraw != NULL) {
90 Status = UgaDraw->GetMode (
91 UgaDraw,
132 Status = UgaDraw->Blt (
133 UgaDraw,
167 Status = UgaDraw->Blt (
168 UgaDraw,
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/FrameworkUefiLib/
UefiLibInternal.h 27 #include <Protocol/UgaDraw.h>
UefiLibPrint.c 361 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
383 UgaDraw = NULL;
393 (VOID **) &UgaDraw
413 } else if (UgaDraw != NULL && FeaturePcdGet (PcdUgaConsumeSupport)) {
414 UgaDraw->GetMode (UgaDraw, &HorizontalResolution, &VerticalResolution, &ColorDepth, &RefreshRate);
475 ASSERT (UgaDraw!= NULL);
482 // we ask StringToImage to print the string to blt buffer, then blt to device using UgaDraw.
516 Status = UgaDraw->Blt (
517 UgaDraw,
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
UefiLibInternal.h 27 #include <Protocol/UgaDraw.h>
UefiLibPrint.c 361 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
383 UgaDraw = NULL;
393 (VOID **) &UgaDraw
413 } else if (UgaDraw != NULL && FeaturePcdGet (PcdUgaConsumeSupport)) {
414 UgaDraw->GetMode (UgaDraw, &HorizontalResolution, &VerticalResolution, &ColorDepth, &RefreshRate);
475 ASSERT (UgaDraw!= NULL);
482 // we ask StringToImage to print the string to blt buffer, then blt to device using UgaDraw.
516 Status = UgaDraw->Blt (
517 UgaDraw,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
SetupBrowser.c 72 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
89 UgaDraw = NULL;
101 (VOID **) &UgaDraw
104 if (EFI_ERROR (Status) || (GraphicsOutput == NULL && UgaDraw == NULL)) {
114 Status = UgaDraw->GetMode (
115 UgaDraw,
154 Status = UgaDraw->Blt (
155 UgaDraw,
187 Status = UgaDraw->Blt (
188 UgaDraw,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Graphics.c 461 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
471 UgaDraw = NULL;
481 Status = gBS->HandleProtocol (gST->ConsoleOutHandle, &gEfiUgaDrawProtocolGuid, (VOID**)&UgaDraw);
495 } else if (UgaDraw != NULL) {
496 Status = UgaDraw->GetMode (UgaDraw, &SizeOfX, &SizeOfY, &ColorDepth, &RefreshRate);
627 Status = UgaDraw->Blt (
628 UgaDraw,
Print.c 116 IN EFI_UGA_DRAW_PROTOCOL *UgaDraw,
135 UgaDraw - UGA draw protocol interface
193 UgaDraw->GetMode (UgaDraw, &HorizontalResolution, &VerticalResolution, &ColorDepth, &RefreshRate);
345 Status = UgaDraw->Blt (
346 UgaDraw,
415 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
424 UgaDraw = NULL;
437 (VOID**)&UgaDraw
440 if (EFI_ERROR (Status) || (UgaDraw == NULL)) {
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
CirrusLogic5430UgaDraw.c 382 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
385 // Fill in Private->UgaDraw protocol
387 UgaDraw = &Private->UgaDraw;
389 UgaDraw->GetMode = CirrusLogic5430UgaDrawGetMode;
390 UgaDraw->SetMode = CirrusLogic5430UgaDrawSetMode;
391 UgaDraw->Blt = CirrusLogic5430UgaDrawBlt;
403 UgaDraw->SetMode (
404 UgaDraw,
CirrusLogic5430.h 24 #include <Protocol/UgaDraw.h>
95 EFI_UGA_DRAW_PROTOCOL UgaDraw;
122 CR(a, CIRRUS_LOGIC_5430_PRIVATE_DATA, UgaDraw, CIRRUS_LOGIC_5430_PRIVATE_DATA_SIGNATURE)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiPrintLib.h 26 #include EFI_PROTOCOL_DEFINITION(UgaDraw)
GraphicsLib.h 28 #include EFI_PROTOCOL_DEFINITION (UgaDraw)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/GraphicsOutput/
GraphicsOutput.h 27 #include EFI_PROTOCOL_DEFINITION (UgaDraw)
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuFileSystem.h 28 #include <Protocol/UgaDraw.h>
EmuGraphicsWindow.h 21 #include <Protocol/UgaDraw.h>
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 921 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
938 UgaDraw = NULL;
948 Status = gBS->HandleProtocol (gST->ConsoleOutHandle, &gEfiUgaDrawProtocolGuid, (VOID **) &UgaDraw);
972 } else if (UgaDraw != NULL && FeaturePcdGet (PcdUgaConsumeSupport)) {
973 Status = UgaDraw->GetMode (UgaDraw, &SizeOfX, &SizeOfY, &ColorDepth, &RefreshRate);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 922 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
939 UgaDraw = NULL;
949 Status = gBS->HandleProtocol (gST->ConsoleOutHandle, &gEfiUgaDrawProtocolGuid, (VOID **) &UgaDraw);
973 } else if (UgaDraw != NULL && FeaturePcdGet (PcdUgaConsumeSupport)) {
974 Status = UgaDraw->GetMode (UgaDraw, &SizeOfX, &SizeOfY, &ColorDepth, &RefreshRate);
    [all...]

Completed in 861 milliseconds

1 2