Home
last modified time | relevance | path

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

/external/angle/third_party/vulkan_memory_allocator/src/
DCommon.h253 static mat4 LookAt(vec3 at, vec3 eye, vec3 up) in LookAt() function
/external/skia/src/core/
DSkM44.cpp396 SkM44 SkM44::LookAt(const SkV3& eye, const SkV3& center, const SkV3& up) { in LookAt() function in SkM44