Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
static VOID SwitchToText(IN BOOLEAN CursorEnabled)
141
{
142
egSetGraphicsModeEnabled(FALSE);
143
gST->ConOut->EnableCursor(gST->ConOut, CursorEnabled);
144
}
145
146
static VOID SwitchToGraphics(VOID)
147
{
Callers
5
SetupScreen
Function · 0.85
BeginTextScreen
Function · 0.85
FinishTextScreen
Function · 0.85
BeginExternalScreen
Function · 0.85
FinishExternalScreen
Function · 0.85
Calls
1
egSetGraphicsModeEnabled
Function · 0.85
Tested by
no test coverage detected