Lines Matching refs:Mode
667 Refresh the text mode page.
677 UINTN Mode;
693 MaxMode = (UINTN) (ConOut->Mode->MaxMode);
700 // Check valid mode
702 for (Mode = 0; Mode < MaxMode; Mode++) {
703 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);
721 // Determin which mode should be the first entry in menu
726 // Build text mode options
728 for (Mode = 0; Mode < MaxMode; Mode++) {
729 Status = ConOut->QueryMode (ConOut, Mode, &Col, &Row);
735 // Build mode string Column x Row
745 if (Mode == CallbackData->BmmFakeNvData.ConsoleOutMode) {
751 (UINT16) Mode
759 (UINT16) Mode