| /RvlSDK-3.2/build/demos/videmo/src/ |
| D | dimming.c | 131 s16 tx,ty,fh; in main() local 179 ty = 50; in main() 186 DEMORFPrintf(tx, ty+=fh, 0, "Dimming test"); in main() 190 ty+=fh; in main() 191 DEMORFPrintf(tx, ty+=fh, 0, "Count to dimming = %8u",VIGetDimmingCount()); in main() 192 … DEMORFPrintf(tx, ty+=fh, 0, "Limit time to dimming = %s",old_time == VI_DM_10M ? "10 minutes" : in main() 195 DEMORFPrintf(tx, ty+=fh, 0, "Wait time to issue VISetTimeToDimming = %3d[field]", in main() 197 DEMORFPrintf(tx, ty+=fh, 0, "Wait time to issue VIResetDimmingCount = %3d[field]", in main() 201 ty+=fh; in main() 202 ty+=fh; in main() [all …]
|
| /RvlSDK-3.2/build/demos/gxdemo/src/Transform/ |
| D | tf-tg-mtx.c | 29 static void DrawSmoothCube ( float tx, float ty ); 339 static void DrawSmoothCube ( float tx, float ty ) in DrawSmoothCube() argument 345 MTXTrans(t, tx, ty, 0); in DrawSmoothCube() 501 Mtx rz, tx, ty, mt; in SetTexCoordTexGenMtx() local 505 MTXTrans(ty, 0.0F, trans, 0.0F); in SetTexCoordTexGenMtx() 509 GXLoadTexMtxImm(ty, GX_TEXMTX2, GX_MTX2x4); in SetTexCoordTexGenMtx() 511 MTXConcat(ty, rz, mt); in SetTexCoordTexGenMtx() 515 MTXConcat(ty, tx, mt); in SetTexCoordTexGenMtx() 518 MTXConcat(ty, mt, mt); in SetTexCoordTexGenMtx() 522 MTXTrans(ty, 0.0F, trans * 2.0F, 0.0F); in SetTexCoordTexGenMtx() [all …]
|
| /RvlSDK-3.2/build/demos/gddemo/src/ |
| D | gd-init-gc.c | 324 f32 tx, ty; in AnimTick() local 342 ty = 0.0f; in AnimTick() 346 MTXTrans(tm, tx, ty, 0); in AnimTick()
|
| D | gd-matrix-gc.c | 397 f32 tx, ty, tr; in AnimTick() local 415 ty = 0.0f; in AnimTick() 419 MTXTrans(tm, tx, ty, 0); in AnimTick()
|
| D | gd-texture-gc.c | 567 f32 tx, ty; in AnimTick() local 585 ty = 0.0f; in AnimTick() 589 MTXTrans(tm, tx, ty, 0); in AnimTick()
|
| /RvlSDK-3.2/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-3.2/build/demos/gxdemo/src/DisplayList/ |
| D | DL-tex.c | 688 f32 tx, ty; in DrawTick() local 691 ty = 0.0f; in DrawTick() 695 MTXTrans(t, tx, ty, 0); in DrawTick()
|
| /RvlSDK-3.2/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()
|