Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/include/glm/gtc/
Dmatrix_transform.inl304 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/
DInstancingPerf.cpp249 float fov = in initializeBenchmark() local
/device/generic/vulkan-cereal/third-party/angle/src/common/
Dmatrix_utils.cpp201 Mat4 Mat4::Perspective(float fov, float aspectRatio, float n, float f) in Perspective()