MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / BeginExternalScreen

Function BeginExternalScreen

rEFIt_UEFI/refit/screen.cpp:178–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178VOID BeginExternalScreen(IN BOOLEAN UseGraphicsMode/*, IN CONST CHAR16 *Title*/)
179{
180 if (!AllowGraphicsMode) {
181 UseGraphicsMode = FALSE;
182 }
183
184 if (UseGraphicsMode) {
185 SwitchToGraphics();
186 //BltClearScreen(FALSE);
187 }
188
189 // show the header
190 //DrawScreenHeader(Title);
191
192 if (!UseGraphicsMode) {
193 SwitchToText(TRUE);
194 }
195
196 // reset error flag
197 haveError = FALSE;
198}
199
200VOID FinishExternalScreen(VOID)
201{

Callers 3

StartLoaderMethod · 0.85
StartLegacyMethod · 0.85
StartToolMethod · 0.85

Calls 2

SwitchToGraphicsFunction · 0.85
SwitchToTextFunction · 0.85

Tested by

no test coverage detected