| /RvlSDK-3.1.4/build/demos/gxdemo/src/TexGen/ |
| D | spheremap.c | 225 Mtx tm, tc, tmp; in drawSphereMap() local 407 MTXIdentity(tm); in drawSphereMap() 412 MTXConcat(tm, tmp, tm); in drawSphereMap() 415 MTXConcat(tm, tmp, tm); in drawSphereMap() 417 MTXConcat(tc, tm, tm); in drawSphereMap() 418 GXLoadTexMtxImm(tm, GX_TEXMTX0, GX_MTX3x4); in drawSphereMap() 421 GXLoadNrmMtxImm(tm, GX_PNMTX0); in drawSphereMap()
|
| D | parabolicmap.c | 255 Mtx tm, tc, tmp; in drawParaboloidMap() local 446 MTXIdentity(tm); in drawParaboloidMap() 452 MTXConcat(tm, tmp, tm); in drawParaboloidMap() 455 MTXConcat(tm, tmp, tm); in drawParaboloidMap() 457 MTXConcat(tc, tm, tm); in drawParaboloidMap() 458 GXLoadTexMtxImm(tm, GX_TEXMTX0, GX_MTX3x4); in drawParaboloidMap() 461 GXLoadNrmMtxImm(tm, GX_PNMTX0); in drawParaboloidMap()
|
| /RvlSDK-3.1.4/build/demos/gddemo/src/ |
| D | gd-matrix-gc.c | 396 Mtx ry, rz, mv, tm, mn; in AnimTick() local 419 MTXTrans(tm, tx, ty, 0); in AnimTick() 422 MTXConcat(tm, mv, mv); in AnimTick() 441 MTXTrans(tm, AnimData[i][0]*(tr), in AnimTick() 444 MTXConcat(mv, tm, posMats[i]); in AnimTick()
|
| D | gd-init-gc.c | 323 Mtx ry, rz, tm; in AnimTick() local 346 MTXTrans(tm, tx, ty, 0); in AnimTick() 349 MTXConcat(tm, mv, mv); in AnimTick()
|
| D | gd-texture-gc.c | 566 Mtx ry, rz, mv, tm, mn; in AnimTick() local 589 MTXTrans(tm, tx, ty, 0); in AnimTick() 592 MTXConcat(tm, mv, mv); in AnimTick()
|
| /RvlSDK-3.1.4/build/libraries/gd/src/ |
| D | GDIndirect.c | 321 GXIndTexMtxID sm, tm; in GDSetTevIndBumpST() local 327 tm = GX_ITM_T0; in GDSetTevIndBumpST() 331 tm = GX_ITM_T1; in GDSetTevIndBumpST() 335 tm = GX_ITM_T2; in GDSetTevIndBumpST() 356 tm, // matrix select in GDSetTevIndBumpST()
|
| /RvlSDK-3.1.4/build/libraries/tc/src/ |
| D | TCTPLToolbox.cpp | 139 struct tm colorModTime; // mod. date of the color srcImage file 140 struct tm alphaModTime; // mod. date of the alpha srcImage file 159 struct tm srcModTime; // mod. date of the srcImage 173 struct tm tplModTime; 289 static void TCGetFileModTime ( const char* tplName, struct tm* refTmPtr ); 290 static void TCGetTime ( struct tm* tmPtr ); 293 static void TCSetFileModTime ( const char* fileName, struct tm* refTm ); 294 static s32 TCCompareTime ( struct tm* time1, struct tm* time2 ); 305 static void TCWriteCachedScriptFile ( const char* tplName, struct tm* refTmPtr ); 308 static u32 TCCompareToCachedScriptData ( const char* prevTplName, struct tm* prevTplModTime, u8** … [all …]
|
| /RvlSDK-3.1.4/build/demos/gxdemo/src/Transform/ |
| D | tf-mirror.c | 426 Mtx tm; in GetMirrorMv() local 428 MTXRotDeg(tm, 'Y', rot->y); // ignore rot->z for now in GetMirrorMv() 429 MTXConcat(tm, mv, mv); in GetMirrorMv() 430 MTXTrans(tm, trans->x, trans->y, trans->z); in GetMirrorMv() 431 MTXConcat(tm, mv, mv); in GetMirrorMv()
|
| /RvlSDK-3.1.4/build/demos/hio2demo/vc++/simple/ |
| D | simple.cpp | 195 struct tm *pLocalTime; in __HIO2Send()
|
| /RvlSDK-3.1.4/build/demos/hio2demo/vc++/multi/ |
| D | multi.cpp | 304 struct tm *pLocalTime; in CreatePcTime()
|