Home
last modified time | relevance | path

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

/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dgl_rmain.c3576 const double *customclipplane = NULL; in R_SetupView() local
3589 customclipplane = plane; in R_SetupView()
3593 …_refdef.view.ortho_x, r_refdef.view.ortho_y, -r_refdef.farclip, r_refdef.farclip, customclipplane); in R_SetupView()
3595 …view.height, r_refdef.view.frustum_x, r_refdef.view.frustum_y, r_refdef.nearclip, customclipplane); in R_SetupView()
3597 …def.view.frustum_x, r_refdef.view.frustum_y, r_refdef.nearclip, r_refdef.farclip, customclipplane); in R_SetupView()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dgl_rmain.c5671 const float *customclipplane = NULL; in R_SetupView() local
5685 if(vid.renderpath != RENDERPATH_SOFT) customclipplane = plane; in R_SetupView()
5693 …_refdef.view.ortho_x, r_refdef.view.ortho_y, -r_refdef.farclip, r_refdef.farclip, customclipplane); in R_SetupView()
5695 …caledheight, r_refdef.view.frustum_x, r_refdef.view.frustum_y, r_refdef.nearclip, customclipplane); in R_SetupView()
5697 …def.view.frustum_x, r_refdef.view.frustum_y, r_refdef.nearclip, r_refdef.farclip, customclipplane); in R_SetupView()
/dports/games/darkplaces/darkplaces/
H A Dgl_rmain.c5572 const float *customclipplane = NULL; in R_SetupView() local
5586 if(vid.renderpath != RENDERPATH_SOFT) customclipplane = plane; in R_SetupView()
5594 …_refdef.view.ortho_x, r_refdef.view.ortho_y, -r_refdef.farclip, r_refdef.farclip, customclipplane); in R_SetupView()
5596 …caledheight, r_refdef.view.frustum_x, r_refdef.view.frustum_y, r_refdef.nearclip, customclipplane); in R_SetupView()
5598 …def.view.frustum_x, r_refdef.view.frustum_y, r_refdef.nearclip, r_refdef.farclip, customclipplane); in R_SetupView()