Searched refs:draw (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.4/include/nitro/gx/ |
| D | g3_util.h | 38 void G3i_FrustumW_(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, BOOL draw, 41 BOOL draw, MtxFx44 *mtx); 42 void G3i_OrthoW_(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, BOOL draw, 44 void G3i_LookAt_(const VecFx32 *camPos, const VecFx32 *camUp, const VecFx32 *target, BOOL draw,
|
| /TwlSDK-5.4/build/libraries/gx/ARM9/src/ |
| D | g3_util.c | 52 void G3i_FrustumW_(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, BOOL draw, in G3i_FrustumW_() argument 61 if (draw) in G3i_FrustumW_() 88 BOOL draw, MtxFx44 *mtx) in G3i_PerspectiveW_() argument 96 if (draw) in G3i_PerspectiveW_() 122 void G3i_OrthoW_(fx32 t, fx32 b, fx32 l, fx32 r, fx32 n, fx32 f, fx32 scaleW, BOOL draw, in G3i_OrthoW_() argument 131 if (draw) in G3i_OrthoW_() 154 void G3i_LookAt_(const VecFx32 *camPos, const VecFx32 *camUp, const VecFx32 *target, BOOL draw, in G3i_LookAt_() argument 163 if (draw) in G3i_LookAt_()
|
| /TwlSDK-5.4/build/demos/ctrdg/backup-1/ |
| D | Makefile | 27 SRCS = main.c data.c draw.c
|