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

Function SwitchToText

rEFIt_UEFI/refit/screen.cpp:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140static VOID SwitchToText(IN BOOLEAN CursorEnabled)
141{
142 egSetGraphicsModeEnabled(FALSE);
143 gST->ConOut->EnableCursor(gST->ConOut, CursorEnabled);
144}
145
146static VOID SwitchToGraphics(VOID)
147{

Callers 5

SetupScreenFunction · 0.85
BeginTextScreenFunction · 0.85
FinishTextScreenFunction · 0.85
BeginExternalScreenFunction · 0.85
FinishExternalScreenFunction · 0.85

Calls 1

egSetGraphicsModeEnabledFunction · 0.85

Tested by

no test coverage detected