Searched defs:modeInfo (Results 1 - 1 of 1) sorted by relevance

/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.c386 int VBE_getModeInfo(int mode,VBE_modeInfo *modeInfo) argument
391 * modeInfo - Place to store VBE mode information
405 VBE_callESDI(&regs, modeInfo, sizeof(VBE_modeInfo));
408 if ((modeInfo->ModeAttributes & vbeMdAvailable) == 0)
459 VBE_modeInfo modeInfo; local
464 if (VBE_getModeInfo(*p, &modeInfo)) {
466 if ((modeInfo.ModeAttributes & vbeMdLinear) == 0)
468 if (modeInfo.MemoryModel != vbeMemPK
469 || modeInfo.BitsPerPixel != 8
470 || modeInfo
493 VBE_modeInfo modeInfo; local
[all...]

Completed in 51 milliseconds