Home
last modified time | relevance | path

Searched refs:sendVertex (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2.2/build/demos/gxdemo/src/Indirect/
Dind-tile-test.c59 static void sendVertex (Coord *d);
279 sendVertex(&c); in DrawTick()
282 sendVertex(&c); in DrawTick()
285 sendVertex(&c); in DrawTick()
288 sendVertex(&c); in DrawTick()
296 sendVertex(&c); in DrawTick()
299 sendVertex(&c); in DrawTick()
302 sendVertex(&c); in DrawTick()
305 sendVertex(&c); in DrawTick()
310 void sendVertex(Coord *d) in sendVertex() function
Dind-bump-xyz.c122 void sendVertex(coord *d);
228 void sendVertex(coord *d) in sendVertex() function
617 sendVertex(&cube[f][v]); // draw it in drawDonut()
647 sendVertex(&c); in drawHemisphere()
653 sendVertex(&c); in drawHemisphere()
715 sendVertex(&c); in showMaps()
718 sendVertex(&c); in showMaps()
721 sendVertex(&c); in showMaps()
724 sendVertex(&c); in showMaps()
736 sendVertex(&c); in showMaps()
[all …]
Dind-bump-st.c98 void sendVertex(coord *d);
166 void sendVertex(coord *d) in sendVertex() function
551 sendVertex(&donutData[(i+1)*(N2+1) + j]); in drawDonut()
552 sendVertex(&donutData[i*(N2+1) + j]); in drawDonut()
578 sendVertex(&c); in drawHemisphere()
584 sendVertex(&c); in drawHemisphere()
645 sendVertex(&c); in showMaps()
648 sendVertex(&c); in showMaps()
651 sendVertex(&c); in showMaps()
654 sendVertex(&c); in showMaps()
[all …]
Dind-pseudo-3d.c68 void sendVertex(coord *d);
219 void sendVertex(coord *d) in sendVertex() function
498 sendVertex(&height[r][c]); in drawHeightField()
499 sendVertex(&height[r+1][c]); in drawHeightField()