Home
last modified time | relevance | path

Searched refs:fovy (Results 1 – 4 of 4) sorted by relevance

/external/quake/quake/src/QW/client/
Dgl_rmain.c909 void MYgluPerspective( float fovy, float aspect, in MYgluPerspective() argument
914 ymax = zNear * tan( fovy * M_PI / 360.0f ); in MYgluPerspective()
925 void MYgluPerspective( GLdouble fovy, GLdouble aspect, in MYgluPerspective() argument
930 ymax = zNear * tan( fovy * M_PI / 360.0 ); in MYgluPerspective()
/external/quake/quake/src/WinQuake/
Dgl_rmain.cpp1008 void MYgluPerspective( float fovy, float aspect, in MYgluPerspective() argument
1013 ymax = zNear * tan( fovy * M_PI / 360.0f ); in MYgluPerspective()
1024 void MYgluPerspective( GLdouble fovy, GLdouble aspect, in MYgluPerspective() argument
1029 ymax = zNear * tan( fovy * M_PI / 360.0 ); in MYgluPerspective()
/external/opencv/cv/src/
Dcvcalibration.cpp1757 double apertureWidth, double apertureHeight, double *fovx, double *fovy, in cvCalibrationMatrixValues() argument
1800 if(fovy) in cvCalibrationMatrixValues()
1801 *fovy = 2 * atan(imgHeight / (2 * alphay)) * 180.0 / CV_PI; in cvCalibrationMatrixValues()
/external/opencv/cv/include/
Dcv.h1304 double *fovy CV_DEFAULT(NULL), in LOAD_CHDL()