Searched refs:Perspective (Results 1 - 4 of 4) sorted by relevance

/development/ndk/platforms/android-17/samples/Teapot/jni/
H A DTeapotRenderer.cpp104 mat_projection_ = ndk_helper::Mat4::Perspective( fAspect, 1.f, CAM_NEAR, CAM_FAR );
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/
H A DMoreTeapotsRenderer.cpp218 mat_projection_ = ndk_helper::Mat4::Perspective( fAspect, 1.f, CAM_NEAR, CAM_FAR );
/development/ndk/sources/android/ndk_helper/
H A Dvecmath.cpp316 Mat4 Mat4::Perspective( float width, float height, float nearPlane, float farPlane ) function in class:ndk_helper::Mat4
H A Dvecmath.h913 static Mat4 Perspective( float width, float height, float nearPlane, float farPlane );

Completed in 50 milliseconds