Searched refs:fov (Results 1 – 4 of 4) sorted by relevance
/external/fio/engines/ |
D | windowsaio.c | 266 struct fio_overlapped *fov; in fio_windowsaio_getevents() local 283 fov = (struct fio_overlapped*)io_u->engine_data; in fio_windowsaio_getevents() 285 if (fov->io_complete) { in fio_windowsaio_getevents() 286 fov->io_complete = FALSE; in fio_windowsaio_getevents() 287 ResetEvent(fov->o.hEvent); in fio_windowsaio_getevents() 367 struct fio_overlapped *fov; in IoCompletionRoutine() local 381 fov = CONTAINING_RECORD(ovl, struct fio_overlapped, o); in IoCompletionRoutine() 382 io_u = fov->io_u; in IoCompletionRoutine() 392 fov->io_complete = TRUE; in IoCompletionRoutine()
|
/external/skia/tools/skpdiff/ |
D | SkPMetric.cpp | 292 const float fov = SK_ScalarPI / 180.0f * 45.0f; in pmetric() local 294 float pixelsPerDegree = width / (2.0f * tanf(fov * 0.5f) * 180.0f / SK_ScalarPI); in pmetric()
|
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/src/gl-matrix/ |
D | mat4.js | 1110 mat4.perspectiveFromFieldOfView = function (out, fov, near, far) { argument 1111 var upTan = Math.tan(fov.upDegrees * Math.PI/180.0), 1112 downTan = Math.tan(fov.downDegrees * Math.PI/180.0), 1113 leftTan = Math.tan(fov.leftDegrees * Math.PI/180.0), 1114 rightTan = Math.tan(fov.rightDegrees * Math.PI/180.0),
|
/external/chromium-trace/trace-viewer/tracing/third_party/gl-matrix/dist/ |
D | gl-matrix.js | 2495 mat4.perspectiveFromFieldOfView = function (out, fov, near, far) { 2496 var upTan = Math.tan(fov.upDegrees * Math.PI/180.0), 2497 downTan = Math.tan(fov.downDegrees * Math.PI/180.0), 2498 leftTan = Math.tan(fov.leftDegrees * Math.PI/180.0), 2499 rightTan = Math.tan(fov.rightDegrees * Math.PI/180.0),
|