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