Searched refs:ty (Results 1 – 8 of 8) sorted by relevance
| /RvlSDK-2.1/build/demos/gxdemo/src/Transform/ |
| D | tf-tg-mtx.c | 29 static void DrawSmoothCube ( float tx, float ty ); 326 static void DrawSmoothCube ( float tx, float ty ) in DrawSmoothCube() argument 332 MTXTrans(t, tx, ty, 0); in DrawSmoothCube() 488 Mtx rz, tx, ty, mt; in SetTexCoordTexGenMtx() local 492 MTXTrans(ty, 0.0F, trans, 0.0F); in SetTexCoordTexGenMtx() 496 GXLoadTexMtxImm(ty, GX_TEXMTX2, GX_MTX2x4); in SetTexCoordTexGenMtx() 498 MTXConcat(ty, rz, mt); in SetTexCoordTexGenMtx() 502 MTXConcat(ty, tx, mt); in SetTexCoordTexGenMtx() 505 MTXConcat(ty, mt, mt); in SetTexCoordTexGenMtx() 509 MTXTrans(ty, 0.0F, trans * 2.0F, 0.0F); in SetTexCoordTexGenMtx() [all …]
|
| /RvlSDK-2.1/build/demos/gddemo/src/ |
| D | gd-init-gc.c | 311 f32 tx, ty; in AnimTick() local 329 ty = 0.0f; in AnimTick() 333 MTXTrans(tm, tx, ty, 0); in AnimTick()
|
| D | gd-matrix-gc.c | 384 f32 tx, ty, tr; in AnimTick() local 402 ty = 0.0f; in AnimTick() 406 MTXTrans(tm, tx, ty, 0); in AnimTick()
|
| D | gd-texture-gc.c | 554 f32 tx, ty; in AnimTick() local 572 ty = 0.0f; in AnimTick() 576 MTXTrans(tm, tx, ty, 0); in AnimTick()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Texture/ |
| D | tex-layer.c | 29 static void DrawSmoothCube ( float tx, float ty ); 272 static void DrawSmoothCube ( float tx, float ty ) in DrawSmoothCube() argument 278 MTXTrans(t, tx, ty, 0); in DrawSmoothCube()
|
| D | tex-2-tex.c | 29 static void DrawSmoothCube ( float tx, float ty ); 331 static void DrawSmoothCube ( float tx, float ty ) in DrawSmoothCube() argument 337 MTXTrans(t, tx, ty, 0); in DrawSmoothCube()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/DisplayList/ |
| D | DL-tex.c | 685 f32 tx, ty; in DrawTick() local 688 ty = 0.0f; in DrawTick() 692 MTXTrans(t, tx, ty, 0); in DrawTick()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Indirect/ |
| D | ind-bump-st.c | 77 f32 tx, ty, tz; member 144 result.ty = sinf(angle2) * sinf(angle1); in donutCoord() 176 GXNormal3f32(d->tx, d->ty, d->tz); in sendVertex()
|