Home
last modified time | relevance | path

Searched defs:Perspective (Results 1 – 2 of 2) sorted by relevance

/external/angle/third_party/VulkanMemoryAllocator/src/
DCommon.h242 static mat4 Perspective(float fovY, float aspectRatio, float zNear, float zFar) in Perspective() function
/external/angle/src/common/
Dmatrix_utils.cpp201 Mat4 Mat4::Perspective(float fov, float aspectRatio, float n, float f) in Perspective() function in angle::Mat4