Searched refs:LookAt (Results 1 – 4 of 4) sorted by relevance
/development/ndk/platforms/android-17/samples/Teapot/jni/ |
D | TeapotRenderer.cpp | 134 mat_view_ = ndk_helper::Mat4::LookAt( ndk_helper::Vec3( CAM_X, CAM_Y, CAM_Z ), in Update()
|
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/ |
D | MoreTeapotsRenderer.cpp | 257 mat_view_ = ndk_helper::Mat4::LookAt( ndk_helper::Vec3( CAM_X, CAM_Y, CAM_Z ), in Update()
|
/development/ndk/sources/android/ndk_helper/ |
D | vecmath.cpp | 342 Mat4 Mat4::LookAt( const Vec3& vec_eye, const Vec3& vec_at, const Vec3& vec_up ) in LookAt() function in ndk_helper::Mat4
|
D | vecmath.h | 915 static Mat4 LookAt( const Vec3& vEye, const Vec3& vAt, const Vec3& vUp );
|