Searched defs:Uga (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxConsoleDxe/
H A DVBoxConsole.c39 static EFI_UGA_DRAW_PROTOCOL *Uga; variable
78 else if (Uga)
84 r = Uga->SetMode(Uga, H, V, 32, 60);
130 r = gBS->LocateProtocol(&gEfiUgaDrawProtocolGuid, NULL, (VOID **)&Uga);
140 ASSERT((Uga || Gop));
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/PlatformBdsLib/
H A DBdsPlatform.c21 /* Hmmm Uga Draw wasn't pointed in BDS, so perhaps it's totally dead */
40 static EFI_UGA_DRAW_PROTOCOL *Uga; variable
78 else if (Uga)
84 r = Uga->SetMode(Uga, H, V, 32, 60);
105 gBS->LocateProtocol(&gEfiUgaDrawProtocolGuid, NULL, (VOID **)&Uga);

Completed in 148 milliseconds