Home
last modified time | relevance | path

Searched defs:fovy (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
Dmat4.js748 mat4.perspective = function (out, fovy, aspect, near, far) { argument
/external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
Dgl-matrix.js3231 mat4.perspective = function (out, fovy, aspect, near, far) { argument
/external/opencv/cv/src/
Dcvcalibration.cpp1757 double apertureWidth, double apertureHeight, double *fovx, double *fovy, in cvCalibrationMatrixValues()