Home
last modified time | relevance | path

Searched refs:MTX_FrustumW (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.4/include/nitro/fx/
Dfx_mtx44.h49 void MTX_FrustumW(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx);
247 MTX_FrustumW(t, b, l, r, n, f, FX32_ONE, mtx); in MTX_Frustum()
/TwlSDK-5.4/build/libraries/gx/ARM9/src/
Dg3_util.c60 MTX_FrustumW(t, b, l, r, n, f, scaleW, mtx); in G3i_FrustumW_()
/TwlSDK-5.4/build/libraries/fx/common/src/
Dfx_mtx44.c501 void MTX_FrustumW(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, MtxFx44 *mtx) in MTX_FrustumW() function