Home
last modified time | relevance | path

Searched refs:VR_sync_width (Results 1 – 3 of 3) sorted by relevance

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/main/
H A Dgame.h237 extern int VR_sync_width;
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dgame.cpp191 int VR_sync_width = 20; variable
220 VR_sync_width = (20 * SHEIGHT) / 480; in init_stereo()
365 const int dy = VR_sync_width / 2; in game_init_render_sub_buffers()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/arch/ogl/
H A Dogl.cpp1316 const int dy = VR_sync_width / 2; in ogl_stereo_frame()
1353 ogl_stereo_viewport[3] -= VR_sync_width / 2; in ogl_stereo_frame()