Home
last modified time | relevance | path

Searched refs:VR_NONE (Results 1 – 10 of 10) sorted by relevance

/dports/games/d2x/d2x-0.2.5/main/
H A Dmenu.c780 {SM95_320x200x8X, 320, 200, VR_NONE, VRF_ALLOW_COCKPIT},
782 {SM95_640x400x8, 640, 400, VR_NONE, VRF_COMPATIBLE_MENUS },
783 {SM95_800x600x8, 800, 600, VR_NONE, VRF_COMPATIBLE_MENUS },
784 {SM95_1024x768x8, 1024, 768, VR_NONE, VRF_COMPATIBLE_MENUS },
786 {SM(320,200), 320, 200, VR_NONE, VRF_ALLOW_COCKPIT+VRF_COMPATIBLE_MENUS},
787 {SM(640,480), 640, 480, VR_NONE, VRF_COMPATIBLE_MENUS+VRF_ALLOW_COCKPIT},
788 {SM(320,400), 320, 400, VR_NONE, VRF_USE_PAGING},
789 {SM(640,400), 640, 400, VR_NONE, VRF_COMPATIBLE_MENUS},
790 {SM(800,600), 800, 600, VR_NONE, VRF_COMPATIBLE_MENUS},
791 {SM(1024,768), 1024, 768, VR_NONE, VRF_COMPATIBLE_MENUS},
[all …]
H A Dscreens.h71 #define VR_NONE 0 //viewing the game screen macro
H A Dgamecntl.c1446 if ( VR_render_mode != VR_NONE ) { in HandleVRKey()
1455 if ( VR_render_mode != VR_NONE ) { in HandleVRKey()
1468 if ( VR_render_mode != VR_NONE ) { in HandleVRKey()
1479 if ( VR_render_mode != VR_NONE ) { in HandleVRKey()
1487 if ( VR_render_mode != VR_NONE ) { in HandleVRKey()
1495 if ( VR_render_mode != VR_NONE ) { in HandleVRKey()
1504 if ( VR_render_mode != VR_NONE ) { in HandleVRKey()
1513 if ( VR_render_mode != VR_NONE ) { in HandleVRKey()
H A Dhud.c218 …if ( (VR_render_mode==VR_NONE) && ((Cockpit_mode == CM_STATUS_BAR) || (Cockpit_mode == CM_FULL_SCR…
220 …if ( (VR_render_mode==VR_NONE) && ((Cockpit_mode == CM_STATUS_BAR) || (Cockpit_mode == CM_FULL_SCR…
H A Dinferno.c1334 …game_init_render_buffers(SM_640x480x15xPA, 640, 480, VR_NONE, VRF_COMPATIBLE_MENUS+VRF_ALLOW_COCKP… in main()
1345 int vr_mode = VR_NONE; in main()
H A Dgame.c180 int VR_render_mode = VR_NONE;
471 if ( VR_render_mode != VR_NONE ) in init_cockpit()
973 if ( VR_render_mode == VR_NONE ) in set_screen_mode()
1035 if ( VR_render_mode != VR_NONE ) { in set_screen_mode()
1460 …if ( VR_render_mode != VR_NONE && !automap_flag && Function_mode==FMODE_GAME && Screen_mode==SCREE…
1552 if ( VR_render_mode != VR_NONE )
H A Dgamerend.c1719 if (VR_render_mode != VR_NONE ) return; in update_cockpits()
1808 if (VR_render_mode == VR_NONE ) in game_render_frame()
/dports/math/vampire/vampire-4.5.1/SAT/
H A DTWLSolver.cpp760 return VR_NONE; in visitWatchedClause()
777 return VR_NONE; //the other watched literal is true in visitWatchedClause()
788 return VR_NONE; in visitWatchedClause()
854 case VR_NONE: in propagate()
H A DTWLSolver.hpp195 VR_NONE, enumerator
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dda-internal.h32 enum {VR_NONE=0,VR_NTSCFILM=1,VR_FILM=2,VR_PAL=3,VR_NTSC=4,VR_30=5,VR_PALFIELD=6,VR_NTSCFIELD=7,VR_… enumerator