Searched refs:Perspective (Results 1 – 4 of 4) sorted by relevance
/development/ndk/platforms/android-17/samples/Teapot/jni/ |
D | TeapotRenderer.cpp | 104 mat_projection_ = ndk_helper::Mat4::Perspective( fAspect, 1.f, CAM_NEAR, CAM_FAR ); in UpdateViewport()
|
/development/ndk/platforms/android-18/samples/MoreTeapots/jni/ |
D | MoreTeapotsRenderer.cpp | 218 mat_projection_ = ndk_helper::Mat4::Perspective( fAspect, 1.f, CAM_NEAR, CAM_FAR ); in UpdateViewport()
|
/development/ndk/sources/android/ndk_helper/ |
D | vecmath.cpp | 316 Mat4 Mat4::Perspective( float width, float height, float nearPlane, float farPlane ) in Perspective() function in ndk_helper::Mat4
|
D | vecmath.h | 913 static Mat4 Perspective( float width, float height, float nearPlane, float farPlane );
|