/external/qemu/distrib/sdl-1.2.12/src/video/xbios/ |
SDL_xbios_centscreen.c | 37 centscreen_mode_t curmode, listedmode; local 49 Vread(&curmode); 50 cur_handle = curmode.handle; 51 curmode.mode = curmode.physx = curmode.physy = curmode.plan = 52 curmode.logx = curmode.logy = -1; 54 result = Vfirst(&curmode, &listedmode) 80 centscreen_mode_t newmode, curmode; local 96 centscreen_mode_t newmode, curmode; local [all...] |
/cts/tools/vm-tests/etc/ |
starttests | 66 curmode="" 105 curmode="simulator" 115 curmode="emulator" 135 Generated $curdate (using the $curmode)
|
/cts/tools/dx-tests/etc/ |
starttests | 113 curmode="" 123 curmode="simulator" 133 curmode="emulator" 161 Generated $curdate (using the $curmode)
|
/external/quake/quake/src/QW/client/ |
vid_win.c | 428 int i, xRes, yRes, bits, vMode, lowres, curmode, temp;
local 456 curmode = 0;
467 (curmode < MAX_MODE_LIST))
494 curmode++;
524 curmode = nummodes++;
528 curmode = MODE_FULLSCREEN_DEFAULT;
533 curmode = nummodes++;
536 modelist[curmode].type = MS_FULLSCREEN;
537 modelist[curmode].width = xRes;
538 modelist[curmode].height = yRes; [all...] |
/external/quake/quake/src/WinQuake/ |
vid_win.cpp | 387 int i, xRes, yRes, bits, vMode, lowres, curmode, temp;
local 415 curmode = 0;
426 (curmode < MAX_MODE_LIST))
453 curmode++;
483 curmode = nummodes++;
487 curmode = MODE_FULLSCREEN_DEFAULT;
492 curmode = nummodes++;
495 modelist[curmode].type = MS_FULLSCREEN;
496 modelist[curmode].width = xRes;
497 modelist[curmode].height = yRes; [all...] |