| /RvlSDK-3.3/build/demos/gxdemo/src/TexGen/ |
| D | spheremap.c | 225 Mtx tm, tc, tmp; in drawSphereMap() local 406 MTXIdentity(tm); in drawSphereMap() 411 MTXConcat(tm, tmp, tm); in drawSphereMap() 414 MTXConcat(tm, tmp, tm); in drawSphereMap() 416 MTXConcat(tc, tm, tm); in drawSphereMap() 417 GXLoadTexMtxImm(tm, GX_TEXMTX0, GX_MTX3x4); in drawSphereMap() 420 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.3/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.3/build/demos/gddemo/src/ |
| D | gd-matrix-gc.c | 399 Mtx ry, rz, mv, tm, mn; in AnimTick() local 422 MTXTrans(tm, tx, ty, 0); in AnimTick() 425 MTXConcat(tm, mv, mv); in AnimTick() 444 MTXTrans(tm, AnimData[i][0]*(tr), in AnimTick() 447 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.3/build/libraries/tc/src/ |
| D | TCTPLToolbox.cpp | 144 struct tm colorModTime; // mod. date of the color srcImage file 145 struct tm alphaModTime; // mod. date of the alpha srcImage file 164 struct tm srcModTime; // mod. date of the srcImage 178 struct tm tplModTime; 294 static void TCGetFileModTime ( const char* tplName, struct tm* refTmPtr ); 295 static void TCGetTime ( struct tm* tmPtr ); 298 static void TCSetFileModTime ( const char* fileName, struct tm* refTm ); 299 static s32 TCCompareTime ( struct tm* time1, struct tm* time2 ); 310 static void TCWriteCachedScriptFile ( const char* tplName, struct tm* refTmPtr ); 313 static u32 TCCompareToCachedScriptData ( const char* prevTplName, struct tm* prevTplModTime, u8** … [all …]
|
| /RvlSDK-3.3/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.3/build/demos/hio2demo/vc++/simple/ |
| D | simple.cpp | 198 struct tm pLocalTime; in __HIO2Send()
|
| /RvlSDK-3.3/build/demos/hio2demo/vc++/multi/ |
| D | multi.cpp | 304 struct tm *pLocalTime; in CreatePcTime()
|