Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/gx/UnitTours/3D_Pol_TexSRT/src/
Dmain.c189 MTX_TransApply44(&mtx, &mtx, -32 * FX32_ONE, -32 * FX32_ONE, 0); in TwlMain()
/TwlSDK-5.4/include/nitro/fx/
Dfx_mtx44.h41 void MTX_TransApply44(const MtxFx44 *pSrc, MtxFx44 *pDst, fx32 x, fx32 y, fx32 z);
/TwlSDK-5.4/build/libraries/fx/common/src/
Dfx_mtx44.c97 void MTX_TransApply44(const MtxFx44 *pSrc, MtxFx44 *pDst, fx32 x, fx32 y, fx32 z) in MTX_TransApply44() function