Home
last modified time | relevance | path

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

/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dmatrix_decompose.inl30 …quat<T, P> & Orientation, tvec3<T, P> & Translation, tvec3<T, P> & Skew, tvec4<T, P> & Perspective)
/external/angle/third_party/vulkan_memory_allocator/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
/external/skia/src/core/
DSkM44.cpp408 SkM44 SkM44::Perspective(float near, float far, float angle) { in Perspective() function in SkM44