Home
last modified time | relevance | path

Searched refs:HeadUpDisplayZOffset (Results 1 – 6 of 6) sorted by relevance

/dports/games/avp/avp-20170505/src/
H A Dkshape.h116 extern int HeadUpDisplayZOffset;
H A Dopengl.c1246 zvalue = vertices->Z+HeadUpDisplayZOffset; in D3D_ZBufferedGouraudTexturedPolygon_Output()
1368 zvalue = vertices->Z+HeadUpDisplayZOffset; in D3D_ZBufferedCloakedPolygon_Output()
1464 zvalue = vertices->Z+HeadUpDisplayZOffset; in D3D_Decal_Output()
1605 zvalue = vertices->Z+HeadUpDisplayZOffset; in D3D_PredatorThermalVisionPolygon_Output()
1648 zvalue = vertices->Z+HeadUpDisplayZOffset; in D3D_ZBufferedGouraudPolygon_Output()
4404 point->vz+=HeadUpDisplayZOffset;
4516 point->vz+=HeadUpDisplayZOffset;
5306 z = point->vz + HeadUpDisplayZOffset; in D3D_DrawMoltenMetalMesh_Unclipped()
5422 z = point->vz + HeadUpDisplayZOffset; in D3D_DrawMoltenMetalMesh_Clipped()
H A Dkshape.c181 int HeadUpDisplayZOffset=0; variable
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dd3d_render.cpp1072 zvalue = vertices->Z+HeadUpDisplayZOffset; in D3D_ZBufferedGouraudTexturedPolygon_Output()
1262 zvalue = vertices->Z+HeadUpDisplayZOffset; in D3D_ZBufferedGouraudPolygon_Output()
1348 zvalue = vertices->Z+HeadUpDisplayZOffset; in D3D_PredatorThermalVisionPolygon_Output()
1426 zvalue = vertices->Z+HeadUpDisplayZOffset; in D3D_PredatorSeeAliensVisionPolygon_Output()
1560 zvalue = vertices->Z+HeadUpDisplayZOffset; in D3D_ZBufferedCloakedPolygon_Output()
1659 zvalue = vertices->Z+HeadUpDisplayZOffset; in D3D_CloakedPredatorPolygon_Output()
1845 zvalue = vertices->Z+HeadUpDisplayZOffset; in D3D_ZBufferedTexturedPolygon_Output()
3977 point->vz+=HeadUpDisplayZOffset; in D3D_DrawWaterMesh_Unclipped()
4089 point->vz+=HeadUpDisplayZOffset; in D3D_DrawWaterMesh_Clipped()
6269 point->vz+=HeadUpDisplayZOffset; in D3D_DrawMoltenMetalMesh_Unclipped()
[all …]
/dports/games/avp/avp-20170505/src/avp/
H A Dhud.c464 extern int HeadUpDisplayZOffset; in MaintainHUD()
465 HeadUpDisplayZOffset = 0; in MaintainHUD()
H A Davpview.c733 HeadUpDisplayZOffset = 0; in AvpShowViews()