Lines Matching refs:Mtx
111 Mtx cameraMtx, objectMtx, lightMtx;
126 void updateMatrices(u32 id, Mtx obj, Mtx cam);
128 Mtx obj, Mtx cam);
134 void updateDonut(Mtx cam, f32 r1, f32 r2, f32 x, f32 y, f32 z);
138 void drawScene(Mtx cam, f32 r1, f32 r2);
245 Mtx tempMtx; in setupMatrices()
292 void updateMatrices(u32 id, Mtx obj, Mtx cam) in updateMatrices()
294 Mtx vertexMtx, normalMtx, bumpnormalMtx; in updateMatrices()
295 Mtx normalTexMtx, textureMtx, tempMtx; in updateMatrices()
338 Mtx obj, Mtx cam) in setLight()
341 Mtx tempMtx, litMtx; in setLight()
525 Mtx idMtx; in lightMapSetup()
577 void updateDonut(Mtx cam, f32 r1, f32 r2, f32 x, f32 y, f32 z) in updateDonut()
579 Mtx donutMtx, tempMtx; in updateDonut()
661 void drawScene(Mtx cam, f32 rot1, f32 rot2) in drawScene()
671 Mtx idMtx; in showMaps()