Searched defs:aspect (Results 1 – 5 of 5) sorted by relevance
| /CafeSDK-2.12.13/system/include/cafe/mtx/ |
| D | matVec.h | 545 static inline void MAT44Perspective ( Mat44 *m, f32 fovY, f32 aspect, f32 n, f32 f ) in MAT44Perspective() 614 static inline void MAT34LightPerspective ( Mat34 *m, f32 fovY, f32 aspect, f32 scaleS, in MAT34LightPerspective()
|
| /CafeSDK-2.12.13/system/src/lib/mtx/headers/cafe/mtx/ |
| D | matVec.h | 545 static inline void MAT44Perspective ( Mat44 *m, f32 fovY, f32 aspect, f32 n, f32 f ) in MAT44Perspective() 614 static inline void MAT34LightPerspective ( Mat34 *m, f32 fovY, f32 aspect, f32 scaleS, in MAT34LightPerspective()
|
| /CafeSDK-2.12.13/system/src/tool/gfx/projects/SLConverter/DeferredTest/ |
| D | deferredRendering.cpp | 203 f32 aspect = (f32)SURFACE_WIDTH / (f32)SURFACE_HEIGHT; in CameraInit() local
|
| /CafeSDK-2.12.13/system/src/lib/mtx/ |
| D | mtx44.c | 131 void C_MTXPerspective ( Mtx44 m, f32 fovY, f32 aspect, f32 n, f32 f ) in C_MTXPerspective()
|
| D | mtx.c | 2266 void C_MTXLightPerspective ( Mtx m, f32 fovY, f32 aspect, float scaleS, in C_MTXLightPerspective()
|