Home
last modified time | relevance | path

Searched defs:idx (Results 1 – 25 of 35) sorted by relevance

12

/TwlSDK-5.1.0/include/nitro/fx/
Dfx_trig.h49 #define FX_IDX_TO_RAD(idx) ((fx32)((FX64C_TWOPI_65536 * (idx) + 0x80000LL) >> 20)) argument
50 #define FX_IDX_TO_DEG(idx) ((fx32)((FX64C_360_65536 * (idx) + 0x80000LL) >> 20)) argument
80 SDK_INLINE fx16 FX_SinIdx(int idx) in FX_SinIdx()
96 SDK_INLINE fx16 FX_CosIdx(int idx) in FX_CosIdx()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Tex32768/src/
Dmain.c66 inline void vtx(int idx) in vtx()
71 inline void normal(int idx) in normal()
77 inline void tex_coord(int idx) in tex_coord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Tex4_Plett/src/
Dmain.c67 inline void vtx(int idx) in vtx()
72 inline void normal(int idx) in normal()
78 inline void tex_coord(int idx) in tex_coord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Tex_Alpha/src/
Dmain.c67 inline void vtx(int idx) in vtx()
72 inline void normal(int idx) in normal()
78 inline void tex_coord(int idx) in tex_coord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Tex16_Plett/src/
Dmain.c67 inline void vtx(int idx) in vtx()
72 inline void normal(int idx) in normal()
78 inline void tex_coord(int idx) in tex_coord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Tex256_Plett/src/
Dmain.c67 inline void vtx(int idx) in vtx()
72 inline void normal(int idx) in normal()
78 inline void tex_coord(int idx) in tex_coord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Tex4x4/src/
Dmain.c69 inline void vtx(int idx) in vtx()
74 inline void normal(int idx) in normal()
80 inline void tex_coord(int idx) in tex_coord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/ClearImage/src/
Dmain.c74 inline void Vertex(int idx) in Vertex()
84 inline void Normal(int idx) in Normal()
94 inline void TextureCoord(int idx) in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/ClearDepthOnly/src/
Dmain.c75 inline void Vertex(int idx) in Vertex()
85 inline void Normal(int idx) in Normal()
95 inline void TextureCoord(int idx) in TextureCoord()
/TwlSDK-5.1.0/build/demos/fx/test/src/
Dfx_test_common.c39 void MUST_SUCCEED_ASSERT(BOOL exp, int idx) in MUST_SUCCEED_ASSERT()
56 void MUST_FAIL_ASSERT(BOOL exp, int idx) in MUST_FAIL_ASSERT()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/Master_Bright/src/
Dmain.c76 inline void Vertex(int idx) in Vertex()
86 inline void Normal(int idx) in Normal()
96 inline void TextureCoord(int idx) in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Tex_Decal/src/
Dmain.c60 inline void vtx(int idx) in vtx()
65 inline void normal(int idx) in normal()
71 inline void tex_coord(int idx) in tex_coord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/ViewPort/src/
Dmain.c77 inline void Vertex(int idx) in Vertex()
87 inline void Normal(int idx) in Normal()
97 inline void TextureCoord(int idx) in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/CurrentMtx/src/
Dmain.c76 inline void Vertex(int idx) in Vertex()
86 inline void Normal(int idx) in Normal()
96 inline void TextureCoord(int idx) in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/PosVecTest/src/
Dmain.c78 inline void Vertex(int idx) in Vertex()
88 inline void Normal(int idx) in Normal()
98 inline void TextureCoord(int idx) in TextureCoord()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Simple3/src/
Dmain.c47 static void vtx(int idx) in vtx()
68 int idx = 0; in TwlMain() local
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_MakeDL/src/
Dmain.c65 static void VtxB(GXDLInfo *info, int idx) in VtxB()
70 static void VtxC(GXDLInfo *info, int idx) in VtxC()
75 static void ColorB(GXDLInfo *info, int idx) in ColorB()
80 static void ColorC(GXDLInfo *info, int idx) in ColorC()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_LightColor/src/
Dmain.c67 inline void color(int idx) in color()
72 inline void vtx(int idx) in vtx()
77 inline void normal(int idx) in normal()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/FlipRepeat/src/
Dmain.c64 inline void Vertex(int idx) in Vertex()
82 inline void TextureCoord(int idx) in TextureCoord()
/TwlSDK-5.1.0/build/demos/wvr/switchover/src/
Dgraphic_main.c113 static inline void Color(int idx) in Color()
127 static inline void Vtx(int idx) in Vtx()
342 int idx = 0; in setupSubOAM() local
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Edge_Marking/src/
Dmain.c59 inline void vtx(int idx) in vtx()
64 inline void normal(int idx) in normal()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Env_Mapping/src/
Dmain.c67 inline void vtx(int idx) in vtx()
72 inline void normal(int idx) in normal()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Vertex_Source/src/
Dmain.c75 inline void Vertex(int idx) in Vertex()
88 inline void Normal(int idx) in Normal()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Color/src/
Dmain.c54 static void Color(int idx) in Color()
59 static void Vtx(int idx) in Vtx()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Split/src/
Dmain.c54 static void Color(int idx) in Color()
59 static void Vtx(int idx) in Vtx()

12