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

Function SwitchToGraphics

rEFIt_UEFI/refit/screen.cpp:146–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146static VOID SwitchToGraphics(VOID)
147{
148 if (AllowGraphicsMode && !egIsGraphicsModeEnabled()) {
149 InitScreen(FALSE);
150 egSetGraphicsModeEnabled(TRUE);
151 GraphicsScreenDirty = TRUE;
152 }
153}
154
155//
156// Screen control for running tools

Callers 3

SetupScreenFunction · 0.85
BeginExternalScreenFunction · 0.85
SwitchToGraphicsAndClearFunction · 0.85

Calls 3

egIsGraphicsModeEnabledFunction · 0.85
InitScreenFunction · 0.85
egSetGraphicsModeEnabledFunction · 0.85

Tested by

no test coverage detected