Searched refs:lookAt (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
D | Transform.java | 118 public void lookAt(TriData tri, int w, int h) { in lookAt() method in Transform 119 mViewMatrix.lookAt(tri, mVoxelDim, w, h); in lookAt()
|
D | ViewMatrix.java | 292 public void lookAt(TriData tri, float[] voxelDim, int w, int h) { in lookAt() method in ViewMatrix
|
/frameworks/native/libs/math/include/math/ |
D | mat4.h | 288 static CONSTEXPR TMat44 lookAt(const TVec3<A>& eye, const TVec3<B>& center, const TVec3<C>& up); 494 CONSTEXPR TMat44<T> TMat44<T>::lookAt(const TVec3<A>& eye, const TVec3<B>& center, const TVec3<C>& … in lookAt() function
|