Lines Matching refs:Mtx
84 Mtx cameraMtx, objectMtx, lightMtx;
102 void updateMatrices(u32 id, Mtx obj, Mtx cam);
104 Mtx obj, Mtx cam);
110 void updateDonut(Mtx cam, f32 r1, f32 r2, f32 x, f32 y, f32 z);
114 void drawScene(Mtx cam, f32 r1, f32 r2);
186 Mtx tempMtx; in setupMatrices()
227 void updateMatrices(u32 id, Mtx obj, Mtx cam) in updateMatrices()
229 Mtx vertexMtx, normalMtx, binormalMtx; in updateMatrices()
230 Mtx normalTexMtx, binormalTexMtx, textureMtx, tempMtx; in updateMatrices()
269 Mtx obj, Mtx cam) in setLight()
272 Mtx tempMtx, litMtx; in setLight()
472 Mtx idMtx; in lightMapSetup()
524 void updateDonut(Mtx cam, f32 r1, f32 r2, f32 x, f32 y, f32 z) in updateDonut()
526 Mtx donutMtx, tempMtx; in updateDonut()
592 void drawScene(Mtx cam, f32 r1, f32 r2) in drawScene()
603 Mtx idMtx; in showMaps()