Lines Matching full:mat1
34 float mat1[16];
36 matrixLoadRotate(mat1, 0.f, 0.f, 0.f, 1.f);
37 matrixScale(mat1, scale, scale, scale);
38 vpLoadModelMatrix(mat1);
73 matrixLoadTranslate(mat1, 0.f, -57.0f * scale, 0.f);
74 matrixRotate(mat1, State->mAngle - 90.f, 0.f, 0.f, 1.f);
75 matrixScale(mat1, scale, scale, scale);
76 vpLoadModelMatrix(mat1);
90 matrixLoadRotate(mat1, 0.f, 0.f, 0.f, 1.f);
91 matrixScale(mat1, scale, scale, scale);
92 vpLoadModelMatrix(mat1);