Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/types/import/
DimportTypeNested.ts4 export type LookAt = "./b"; alias
DimportTypeNestedNoRef.ts5 export type LookAt = "./b"; alias
/third_party/skia/src/core/
DSkM44.cpp348 SkM44 SkM44::LookAt(const SkV3& eye, const SkV3& center, const SkV3& up) { in LookAt() function in SkM44
/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.h304 static mat4 LookAt(vec3 at, vec3 eye, vec3 up) in LookAt() function