HomeSort by relevance Sort by last modified time
    Searched refs:LookAt (Results 1 - 5 of 5) sorted by null

  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotRenderer.cpp 134 mat_view_ = ndk_helper::Mat4::LookAt( ndk_helper::Vec3( CAM_X, CAM_Y, CAM_Z ),
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsRenderer.cpp 257 mat_view_ = ndk_helper::Mat4::LookAt( ndk_helper::Vec3( CAM_X, CAM_Y, CAM_Z ),
  /development/ndk/sources/android/ndk_helper/
vecmath.cpp 342 Mat4 Mat4::LookAt( const Vec3& vec_eye, const Vec3& vec_at, const Vec3& vec_up )
vecmath.h 915 static Mat4 LookAt( const Vec3& vEye, const Vec3& vAt, const Vec3& vUp );
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmobj.h     [all...]

Completed in 254 milliseconds