OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XBIOS_cvdo
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.h
94
#define
XBIOS_cvdo
(this->hidden->cookie_vdo)
SDL_xbios.c
375
if (Getcookie(C__VDO, &
XBIOS_cvdo
) != C_FOUND) {
376
XBIOS_cvdo
= VDO_ST << 16;
399
switch (
XBIOS_cvdo
>>16) {
558
switch (
XBIOS_cvdo
>>16) {
634
if ((
XBIOS_cvdo
>>16) == VDO_MILAN) {
720
if ((flags & SDL_DOUBLEBUF) && ((
XBIOS_cvdo
>>16) != VDO_MILAN)) {
727
if ((
XBIOS_cvdo
>>16) == VDO_MILAN) {
785
if ((
XBIOS_cvdo
>>16) == VDO_MILAN) {
791
switch(
XBIOS_cvdo
>> 16) {
912
if ((
XBIOS_cvdo
>>16) == VDO_MILAN)
[
all
...]
Completed in 67 milliseconds