Searched defs:fov (Results 1 – 3 of 3) sorted by relevance
| /device/generic/vulkan-cereal/include/glm/gtc/ |
| D | matrix_transform.inl | 304 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> perspectiveFov(T fov, T width, T height, T zNear, T zFar) 314 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> perspectiveFovRH(T fov, T width, T height, T zNear, T zFar) 341 GLM_FUNC_QUALIFIER tmat4x4<T, defaultp> perspectiveFovLH(T fov, T width, T height, T zNear, T zFar)
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/ |
| D | InstancingPerf.cpp | 249 float fov = in initializeBenchmark() local
|
| /device/generic/vulkan-cereal/third-party/angle/src/common/ |
| D | matrix_utils.cpp | 201 Mat4 Mat4::Perspective(float fov, float aspectRatio, float n, float f) in Perspective()
|