Lines Matching refs:rz
341 Mtx ry, rz, mv, t; in DrawSmoothCube() local
344 MTXRotDeg(rz, 'Z', (float)rot); in DrawSmoothCube()
347 MTXConcat(rz, ry, mv); in DrawSmoothCube()
447 Mtx ry, rz, mv;//, t; in SetProjectionTexGenMtx() local
450 MTXRotDeg(rz, 'Z', (float)rot); in SetProjectionTexGenMtx()
452 MTXConcat(rz, ry, mv); in SetProjectionTexGenMtx()
501 Mtx rz, tx, ty, mt; in SetTexCoordTexGenMtx() local
503 MTXRotDeg(rz, 'Z', ((float)rot2) / 4.0F); in SetTexCoordTexGenMtx()
507 GXLoadTexMtxImm(rz, GX_TEXMTX0, GX_MTX2x4); in SetTexCoordTexGenMtx()
511 MTXConcat(ty, rz, mt); in SetTexCoordTexGenMtx()
513 MTXConcat(tx, rz, mt); in SetTexCoordTexGenMtx()
517 MTXConcat(tx, rz, mt); in SetTexCoordTexGenMtx()
533 Mtx ry, rz, mv, t, s; in SetReflectionTexGenMtx() local
536 MTXRotDeg(rz, 'Z', (float)rot); in SetReflectionTexGenMtx()
540 MTXConcat(rz, ry, mv); in SetReflectionTexGenMtx()