Home
last modified time | relevance | path

Searched refs:idx3 (Results 1 – 16 of 16) sorted by relevance

/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_LightColor/src/
Dmain.c87 static void NrmColVtxQuad(int idx0, int idx1, int idx2, int idx3) in NrmColVtxQuad() argument
98 normal(idx3); in NrmColVtxQuad()
99 color(idx3); in NrmColVtxQuad()
100 vtx(idx3); in NrmColVtxQuad()
107 static void ColNrmVtxQuad(int idx0, int idx1, int idx2, int idx3) in ColNrmVtxQuad() argument
118 color(idx3); in ColNrmVtxQuad()
119 normal(idx3); in ColNrmVtxQuad()
120 vtx(idx3); in ColNrmVtxQuad()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Color/src/
Dmain.c64 static void Quad(int idx0, int idx1, int idx2, int idx3) in Quad() argument
69 Vtx(idx3); in Quad()
72 static void ColVtxQuad(int idx0, int idx1, int idx2, int idx3) in ColVtxQuad() argument
80 Color(idx3); in ColVtxQuad()
81 Vtx(idx3); in ColVtxQuad()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Split/src/
Dmain.c64 static void Quad(int idx0, int idx1, int idx2, int idx3) in Quad() argument
69 Vtx(idx3); in Quad()
72 static void ColVtxQuad(int idx0, int idx1, int idx2, int idx3) in ColVtxQuad() argument
80 Color(idx3); in ColVtxQuad()
81 Vtx(idx3); in ColVtxQuad()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Light/src/
Dmain.c96 static void NrmVtxQuad(int idx0, int idx1, int idx2, int idx3) in NrmVtxQuad() argument
104 normal(idx3); in NrmVtxQuad()
105 vtx(idx3); in NrmVtxQuad()
108 static void NrmQuad(int nrm, int idx0, int idx1, int idx2, int idx3) in NrmQuad() argument
114 vtx(idx3); in NrmQuad()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_MakeDL/src/
Dmain.c85 static void QuadB(GXDLInfo *info, int idx0, int idx1, int idx2, int idx3) in QuadB() argument
90 VtxB(info, idx3); in QuadB()
93 static void ColVtxQuadC(GXDLInfo *info, int idx0, int idx1, int idx2, int idx3) in ColVtxQuadC() argument
101 ColorC(info, idx3); in ColVtxQuadC()
102 VtxC(info, idx3); in ColVtxQuadC()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Edge_Marking/src/
Dmain.c71 static void NrmVtxQuad(int idx0, int idx1, int idx2, int idx3) in NrmVtxQuad() argument
79 normal(idx3); in NrmVtxQuad()
80 vtx(idx3); in NrmVtxQuad()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Env_Mapping/src/
Dmain.c78 static void NrmVtxQuad(int idx0, int idx1, int idx2, int idx3) in NrmVtxQuad() argument
86 normal(idx3); in NrmVtxQuad()
87 vtx(idx3); in NrmVtxQuad()
/TwlSDK-5.1.0/build/demos/wvr/switchover/src/
Dgraphic_main.c146 static void ColVtxQuad(int idx0, int idx1, int idx2, int idx3, BOOL bOwnIndexColor) in ColVtxQuad() argument
156 Color(idx3); in ColVtxQuad()
157 Vtx(idx3); in ColVtxQuad()
165 Vtx(idx3); in ColVtxQuad()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Simple3/src/
Dmain.c53 static void quad(int idx0, int idx1, int idx2, int idx3) in quad() argument
58 vtx(idx3); in quad()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Simple/src/
Dmain.c48 static void quad(int idx0, int idx1, int idx2, int idx3) in quad() argument
53 vtx(idx3); in quad()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Vertex_Source/src/
Dmain.c101 static void Quad(int idx0, int idx1, int idx2, int idx3) in Quad() argument
109 Normal(idx3); in Quad()
110 Vertex(idx3); in Quad()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Alpha_Test/src/
Dmain.c54 static void quad(int idx0, int idx1, int idx2, int idx3) in quad() argument
59 vtx(idx3); in quad()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/Sub_Double3D/src/
Dmain.c107 static void Quad(int idx0, int idx1, int idx2, int idx3) in Quad() argument
112 Vtx(idx3); in Quad()
115 static void ColVtxQuad(int idx0, int idx1, int idx2, int idx3) in ColVtxQuad() argument
123 Color(idx3); in ColVtxQuad()
124 Vtx(idx3); in ColVtxQuad()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Fog/src/
Dmain.c55 static void quad(int idx0, int idx1, int idx2, int idx3) in quad() argument
60 vtx(idx3); in quad()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Transparent/src/
Dmain.c54 static void quad(int idx0, int idx1, int idx2, int idx3) in quad() argument
59 vtx(idx3); in quad()
/TwlSDK-5.1.0/build/demos/tips/SwapCrossOver/src/
Dmain.c173 static void quad(int idx0, int idx1, int idx2, int idx3) in quad() argument
178 vtx(idx3); in quad()