OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModeAttributes
(Results
1 - 4
of
4
) sorted by null
/external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h
44
short
ModeAttributes
; /* Mode attributes */
lfbprof.c
408
if ((modeInfo->
ModeAttributes
& vbeMdAvailable) == 0)
466
if ((modeInfo.
ModeAttributes
& vbeMdLinear) == 0)
499
if ((modeInfo.
ModeAttributes
& vbeMdLinear) == 0)
/external/qemu-pc-bios/vgabios/
vbe.h
49
Bit16u
ModeAttributes
;
103
Bit16u
ModeAttributes
;
vbe.c
663
else if (cur_info->info.
ModeAttributes
& VBE_MODE_ATTRIBUTE_LINEAR_FRAME_BUFFER_MODE)
[
all
...]
Completed in 642 milliseconds