Home
last modified time | relevance | path

Searched refs:XBIOS_cvdo (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
DSDL_xbios.c263 if (Getcookie(C__VDO, &XBIOS_cvdo) != C_FOUND) { in XBIOS_VideoInit()
264 XBIOS_cvdo = VDO_ST << 16; in XBIOS_VideoInit()
280 switch (XBIOS_cvdo >>16) { in XBIOS_VideoInit()
646 switch(XBIOS_cvdo >> 16) { in XBIOS_SetVideoMode()
822 switch( XBIOS_cvdo >> 16) { in XBIOS_SetColors()
877 switch(XBIOS_cvdo >> 16) { in XBIOS_VideoQuit()
DSDL_xbios.h108 #define XBIOS_cvdo (this->hidden->cookie_vdo) macro