Searched refs:texCoordIndex (Results 1 – 8 of 8) sorted by relevance
| /RvlSDK-3.2/build/demos/gxdemo/src/Geometry/ |
| D | geo-vtx-fmtPrim.c | 25 static void SendVertex ( u16 posIndex, u16 normalIndex, u16 colorIndex, u16 texCoordIndex ); 522 static void SendVertex ( u16 posIndex, u16 normalIndex, u16 colorIndex, u16 texCoordIndex ) in SendVertex() argument 633 GXTexCoord1x16(texCoordIndex); in SendVertex() 638 GXTexCoord1x8((u8)texCoordIndex); in SendVertex() 641 GXTexCoord2f32(FloatTex[(texCoordIndex * 2)], FloatTex[(texCoordIndex * 2) + 1]); in SendVertex() 644 GXTexCoord2u16(Tex16[(texCoordIndex * 2)], Tex16[(texCoordIndex * 2) + 1]); in SendVertex() 647 GXTexCoord2u8(Tex8[(texCoordIndex * 2)], Tex8[(texCoordIndex * 2) + 1]); in SendVertex()
|
| D | geo-particle.c | 125 u8 colorIndex, u8 texCoordIndex ); 1139 u8 colorIndex, u8 texCoordIndex ) in SendEmitterVertex() argument 1144 GXTexCoord1x8(texCoordIndex); in SendEmitterVertex()
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Texture/ |
| D | tex-layer.c | 30 static void SendVertex ( u16 posIndex, u16 texCoordIndex ); 324 static void SendVertex ( u16 posIndex, u16 texCoordIndex ) in SendVertex() argument 329 GXTexCoord1x16(texCoordIndex); in SendVertex() 330 GXTexCoord1x16(texCoordIndex); in SendVertex()
|
| D | tex-2-tex.c | 30 static void SendVertex ( u16 posIndex, u16 texCoordIndex ); 383 static void SendVertex ( u16 posIndex, u16 texCoordIndex ) in SendVertex() argument 388 GXTexCoord1x16(texCoordIndex); in SendVertex() 389 GXTexCoord1x16(texCoordIndex); in SendVertex()
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Transform/ |
| D | tf-tg-mtx.c | 30 static void SendVertex ( u16 posIndex, u16 texCoordIndex ); 391 static void SendVertex ( u16 posIndex, u16 texCoordIndex ) in SendVertex() argument 395 GXTexCoord1x16(texCoordIndex); in SendVertex()
|
| D | tf-mirror.c | 50 static void SendVertex ( u16 posIndex, u16 texCoordIndex ); 571 static void SendVertex ( u16 posIndex, u16 texCoordIndex ) in SendVertex() argument 575 GXTexCoord1x16(texCoordIndex); in SendVertex()
|
| /RvlSDK-3.2/build/demos/gxdemo/src/DisplayList/ |
| D | DL-geom.c | 33 u8 colorIndex, u8 texCoordIndex ); 611 u8 colorIndex, u8 texCoordIndex ) in SendVertex() argument 616 GXTexCoord1x8(texCoordIndex); in SendVertex()
|
| D | DL-tex.c | 262 static void SendVertex ( u16 posIndex, u16 texCoordIndex );
|