Home
last modified time | relevance | path

Searched defs:farz (Results 1 – 14 of 14) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/Rendering/Core/
H A DvtkCamera.cxx907 void vtkCamera::SetClippingRange(double nearz, double farz) in SetClippingRange()
1036 double nearz, double farz) in ComputeProjectionTransform()
1164 double farz) in GetProjectionTransformMatrix()
1176 double farz) in GetProjectionTransformObject()
1188 double farz) in GetCompositeProjectionTransformMatrix()
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkCamera.cxx844 void vtkCamera::SetClippingRange(double nearz, double farz) in SetClippingRange()
981 double nearz, double farz) in ComputeProjectionTransform()
1101 double farz) in GetProjectionTransformMatrix()
1113 double farz) in GetProjectionTransformObject()
1125 double farz) in GetCompositeProjectionTransformMatrix()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkCamera.cxx922 void vtkCamera::SetClippingRange(double nearz, double farz) in SetClippingRange()
1047 void vtkCamera::ComputeProjectionTransform(double aspect, double nearz, double farz) in ComputeProjectionTransform()
1170 vtkMatrix4x4* vtkCamera::GetProjectionTransformMatrix(double aspect, double nearz, double farz) in GetProjectionTransformMatrix()
1181 double aspect, double nearz, double farz) in GetProjectionTransformObject()
1192 double aspect, double nearz, double farz) in GetCompositeProjectionTransformMatrix()
/dports/math/vtk6/VTK-6.2.0/Rendering/External/
H A DvtkExternalOpenGLCamera.cxx225 double farz) in ComputeProjectionTransform()
/dports/graphics/geomview/geomview-1.9.5/src/lib/mg/rib/
H A Dmgrib.c753 float farz = -.99 * cfar; in mgrib_worldbegin() local
/dports/graphics/Coin/coin-Coin-4.0.0/src/shapenodes/
H A DSoText3.cpp588 float farz = -FLT_MAX; in render() local
1041 float farz = -FLT_MAX; in generate() local
/dports/games/quetoo/quetoo-0.6.1/src/
H A Dgl_rmain.c552 static GLdouble farz; in GL_SetupGL() local
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/Graphics/RSP/
H A DgSP_state.h74 float nearz, farz; member
/dports/games/quake2-source/quake2-r0.16.2/src/ref_candygl/
H A Dgl_rmain.c1351 static GLdouble farz; // DMP skybox size change in R_SetupGL() local
/dports/games/quake2lnx/quake2-r0.16.2/src/ref_candygl/
H A Dgl_rmain.c1351 static GLdouble farz; // DMP skybox size change in R_SetupGL() local
/dports/games/qudos/QuDos-0.40.1-src/src/ref_gl/
H A Dgl_rmain.c1704 static GLdouble farz; /* DMP skybox size change */ in R_SetupGL() local
/dports/games/q2p/Q2P-0.2-2006-12-31/ref_gl/
H A Dgl_rmain.c2190 static GLdouble farz; // DMP skybox size change in R_SetupGL() local
/dports/games/quake2max/Quake2maX_0.45-src_unix/ref_gl/
H A Dgl_rmain.c2113 static GLdouble farz; // DMP skybox size change in R_SetupGL() local
/dports/games/retroarch/RetroArch-1.9.7/wii/libogc/libogc/
H A Dgx.c4145 void GX_SetFog(u8 type,f32 startz,f32 endz,f32 nearz,f32 farz,GXColor col) in GX_SetFog()