Home
last modified time | relevance | path

Searched defs:aspect (Results 1 – 5 of 5) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/mtx/
DmatVec.h545 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/
DmatVec.h545 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/
DdeferredRendering.cpp203 f32 aspect = (f32)SURFACE_WIDTH / (f32)SURFACE_HEIGHT; in CameraInit() local
/CafeSDK-2.12.13/system/src/lib/mtx/
Dmtx44.c131 void C_MTXPerspective ( Mtx44 m, f32 fovY, f32 aspect, f32 n, f32 f ) in C_MTXPerspective()
Dmtx.c2266 void C_MTXLightPerspective ( Mtx m, f32 fovY, f32 aspect, float scaleS, in C_MTXLightPerspective()