Searched refs:NrmVtxQuad (Results 1 – 3 of 3) sorted by relevance
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Edge_Marking/src/ |
| D | main.c | 71 static void NrmVtxQuad(int idx0, int idx1, int idx2, int idx3) in NrmVtxQuad() function 121 NrmVtxQuad(2, 0, 4, 6); in drawCube() 122 NrmVtxQuad(7, 5, 1, 3); in drawCube() 123 NrmVtxQuad(6, 4, 5, 7); in drawCube() 124 NrmVtxQuad(3, 1, 0, 2); in drawCube() 125 NrmVtxQuad(5, 4, 0, 1); in drawCube() 126 NrmVtxQuad(6, 7, 3, 2); in drawCube()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Env_Mapping/src/ |
| D | main.c | 78 static void NrmVtxQuad(int idx0, int idx1, int idx2, int idx3) in NrmVtxQuad() function 239 NrmVtxQuad(2, 0, 4, 6); in TwlMain() 240 NrmVtxQuad(7, 5, 1, 3); in TwlMain() 241 NrmVtxQuad(6, 4, 5, 7); in TwlMain() 242 NrmVtxQuad(3, 1, 0, 2); in TwlMain() 243 NrmVtxQuad(5, 4, 0, 1); in TwlMain() 244 NrmVtxQuad(6, 7, 3, 2); in TwlMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_Pol_Light/src/ |
| D | main.c | 96 static void NrmVtxQuad(int idx0, int idx1, int idx2, int idx3) in NrmVtxQuad() function 198 NrmVtxQuad(2, 0, 4, 6); in drawRightCube() 199 NrmVtxQuad(7, 5, 1, 3); in drawRightCube() 200 NrmVtxQuad(6, 4, 5, 7); in drawRightCube() 201 NrmVtxQuad(3, 1, 0, 2); in drawRightCube() 202 NrmVtxQuad(5, 4, 0, 1); in drawRightCube() 203 NrmVtxQuad(6, 7, 3, 2); in drawRightCube()
|