Home
last modified time | relevance | path

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

/development/ndk/platforms/android-17/samples/Teapot/jni/
DTeapotRenderer.cpp134 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/
DMoreTeapotsRenderer.cpp257 mat_view_ = ndk_helper::Mat4::LookAt( ndk_helper::Vec3( CAM_X, CAM_Y, CAM_Z ), in Update()
/development/ndk/sources/android/ndk_helper/
Dvecmath.cpp342 Mat4 Mat4::LookAt( const Vec3& vec_eye, const Vec3& vec_at, const Vec3& vec_up ) in LookAt() function in ndk_helper::Mat4
Dvecmath.h915 static Mat4 LookAt( const Vec3& vEye, const Vec3& vAt, const Vec3& vUp );