Searched refs:VertexC (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.1.4/build/demos/gxdemo/src/Simple/ |
| D | smp-toy-draw.c | 257 static inline void VertexC( u8 v, u8 c ) in VertexC() function 328 VertexC(v0, c); in DrawFSQuad() 329 VertexC(v1, c); in DrawFSQuad() 330 VertexC(v2, c); in DrawFSQuad() 331 VertexC(v3, c); in DrawFSQuad() 356 VertexC(v0, c0); in DrawSSQuad() 357 VertexC(v1, c1); in DrawSSQuad() 358 VertexC(v2, c2); in DrawSSQuad() 359 VertexC(v3, c3); in DrawSSQuad() 476 VertexC(37, 2); in DrawBottom() [all …]
|