Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DMatrix.cpp384 Matrix Matrix::lookAt(const Vector &v) in lookAt() function in sw::Matrix
398 Matrix Matrix::lookAt(float x, float y, float z) in lookAt() function in sw::Matrix
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dmatrix_transform.inl511 …GLM_FUNC_QUALIFIER tmat4x4<T, P> lookAt(tvec3<T, P> const & eye, tvec3<T, P> const & center, tvec3… function