Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 9 of 9) sorted by relevance

/RvlSDK-3.2/build/demos/videmo/src/
Ddimming.c131 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/
Dtf-tg-mtx.c29 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/
Dgd-init-gc.c324 f32 tx, ty; in AnimTick() local
342 ty = 0.0f; in AnimTick()
346 MTXTrans(tm, tx, ty, 0); in AnimTick()
Dgd-matrix-gc.c397 f32 tx, ty, tr; in AnimTick() local
415 ty = 0.0f; in AnimTick()
419 MTXTrans(tm, tx, ty, 0); in AnimTick()
Dgd-texture-gc.c567 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/
Dtex-layer.c29 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()
Dtex-2-tex.c29 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/
DDL-tex.c688 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/
Dind-bump-st.c77 f32 tx, ty, tz; member
144 result.ty = sinf(angle2) * sinf(angle1); in donutCoord()
176 GXNormal3f32(d->tx, d->ty, d->tz); in sendVertex()