Home | History | Annotate | Download | only in main

Lines Matching refs:RotMatrix

839       if (TEST_EQ_4V(param, texUnit->RotMatrix))
842 COPY_4FV(texUnit->RotMatrix, param);
880 param[0] = FLOAT_TO_INT(texUnit->RotMatrix[0]);
881 param[1] = FLOAT_TO_INT(texUnit->RotMatrix[1]);
882 param[2] = FLOAT_TO_INT(texUnit->RotMatrix[2]);
883 param[3] = FLOAT_TO_INT(texUnit->RotMatrix[3]);
930 param[0] = texUnit->RotMatrix[0];
931 param[1] = texUnit->RotMatrix[1];
932 param[2] = texUnit->RotMatrix[2];
933 param[3] = texUnit->RotMatrix[3];