Home
last modified time | relevance | path

Searched refs:EmuGraphicsWindow (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
DGopInput.c132 if (Private->EmuGraphicsWindow == NULL) { in EmuGopSimpleTextInReset()
144 while (Private->EmuGraphicsWindow->GetKey (Private->EmuGraphicsWindow, &KeyData) == EFI_SUCCESS) in EmuGopSimpleTextInReset()
182 if (Private->EmuGraphicsWindow == NULL) { in EmuGopSimpleTextInReadKeyStroke()
191 Status = Private->EmuGraphicsWindow->GetKey (Private->EmuGraphicsWindow, &KeyData); in EmuGopSimpleTextInReadKeyStroke()
230 if (Private->EmuGraphicsWindow == NULL) { in EmuGopSimpleTextInWaitForKey()
239 Status = Private->EmuGraphicsWindow->CheckKey (Private->EmuGraphicsWindow); in EmuGopSimpleTextInWaitForKey()
393 if (Private->EmuGraphicsWindow == NULL) { in EmuGopSimpleTextInExReadKeyStrokeEx()
402 Status = Private->EmuGraphicsWindow->GetKey(Private->EmuGraphicsWindow, KeyData); in EmuGopSimpleTextInExReadKeyStrokeEx()
446 if (Private->EmuGraphicsWindow == NULL) { in EmuGopSimpleTextInExSetState()
455 Status = Private->EmuGraphicsWindow->KeySetState (Private->EmuGraphicsWindow, KeyToggleState); in EmuGopSimpleTextInExSetState()
[all …]
DGopScreen.c142 Status = Private->EmuGraphicsWindow->Size( in EmuGopSetMode()
143 Private->EmuGraphicsWindow, in EmuGopSetMode()
245 Status = Private->EmuGraphicsWindow->Blt ( in EmuGopBlt()
246 Private->EmuGraphicsWindow, in EmuGopBlt()
304 Private->EmuGraphicsWindow = Private->EmuIoThunk->Interface; in EmuGopStartWindow()
307 Status = Private->EmuGraphicsWindow->RegisterKeyNotify ( in EmuGopStartWindow()
308 Private->EmuGraphicsWindow, in EmuGopStartWindow()
355 Private->EmuGraphicsWindow = NULL; in EmuGopConstructor()
373 Private->EmuGraphicsWindow = NULL; in EmuGopDestructor()
DGop.h84 EMU_GRAPHICS_WINDOW_PROTOCOL *EmuGraphicsWindow; member
/device/linaro/bootloader/edk2/EmulatorPkg/Library/EmuBdsLib/
DBdsPlatform.h54 EMU_VENDOR_DEVICE_PATH_NODE EmuGraphicsWindow; member