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

  /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...]
ConSplitter.h 30 #include <Protocol/UgaDraw.h>
194 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
207 EFI_UGA_DRAW_PROTOCOL UgaDraw;
244 UgaDraw, \
    [all...]
ConSplitter.c 745 CopyMem (&ConOutPrivate->UgaDraw, &mUgaDrawProtocolTemplate, sizeof (EFI_UGA_DRAW_PROTOCOL));
794 // Setup the UgaDraw to 800 x 600 x 32 bits per pixel, 60Hz.
796 ConSplitterUgaDrawSetMode (&ConOutPrivate->UgaDraw, 800, 600, 32, 60);
    [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.c 387 &Private->UgaDraw,
479 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
489 (VOID **) &UgaDraw,
500 Private = CIRRUS_LOGIC_5430_PRIVATE_DATA_FROM_UGA_DRAW_THIS (UgaDraw);
511 &Private->UgaDraw,
523 &Private->UgaDraw,
552 &Private->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/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
GraphicsConsole.h 21 #include <Protocol/UgaDraw.h>
69 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
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...]
  /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/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
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,
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...]
  /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/
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/MdeModulePkg/Library/BootLogoLib/
BootLogoLib.c 20 #include <Protocol/UgaDraw.h>
54 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
74 UgaDraw = NULL;
84 Status = gBS->HandleProtocol (gST->ConsoleOutHandle, &gEfiUgaDrawProtocolGuid, (VOID **) &UgaDraw);
86 UgaDraw = NULL;
111 ASSERT (UgaDraw != NULL);
112 Status = UgaDraw->GetMode (UgaDraw, &SizeOfX, &SizeOfY, &ColorDepth, &RefreshRate);
217 ASSERT (UgaDraw != NULL);
218 Status = UgaDraw->Blt (
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiLib/
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/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
QuietBoot.c 20 #include <Protocol/UgaDraw.h>
300 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
317 UgaDraw = NULL;
327 Status = gBS->HandleProtocol (gST->ConsoleOutHandle, &gEfiUgaDrawProtocolGuid, (VOID **) &UgaDraw);
351 } else if (UgaDraw != NULL && FeaturePcdGet (PcdUgaConsumeSupport)) {
352 Status = UgaDraw->GetMode (UgaDraw, &SizeOfX, &SizeOfY, &ColorDepth, &RefreshRate);
518 } else if (UgaDraw != NULL && FeaturePcdGet (PcdUgaConsumeSupport)) {
519 Status = UgaDraw->Blt (
520 UgaDraw,
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
QuietBoot.c 20 #include <Protocol/UgaDraw.h>
300 EFI_UGA_DRAW_PROTOCOL *UgaDraw;
317 UgaDraw = NULL;
327 Status = gBS->HandleProtocol (gST->ConsoleOutHandle, &gEfiUgaDrawProtocolGuid, (VOID **) &UgaDraw);
351 } else if (UgaDraw != NULL && FeaturePcdGet (PcdUgaConsumeSupport)) {
352 Status = UgaDraw->GetMode (UgaDraw, &SizeOfX, &SizeOfY, &ColorDepth, &RefreshRate);
518 } else if (UgaDraw != NULL && FeaturePcdGet (PcdUgaConsumeSupport)) {
519 Status = UgaDraw->Blt (
520 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/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 483 milliseconds