Lines Matching refs:left
212 * \param mat pointer to a GLmatrix structure containing the left multiplication
234 * \param a left matrix.
257 * \param dest left and destination matrix.
366 * Calculates the inverse of the upper left by first calculating its
378 /* Calculate the determinant of upper left 3x3 submatrix and
462 /* Transpose and scale the 3 by 3 upper-left submatrix. */
474 /* Transpose the 3 by 3 upper-left submatrix. */
858 * \param left left clipping plane coordinate.
870 GLfloat left, GLfloat right,
877 x = (2.0F*nearval) / (right-left);
879 a = (right+left) / (right-left);
898 * \param left left clipping plane coordinate.
910 float left, float right,
915 M(0,0) = 2.0F / (right-left);
918 M(0,3) = -(right+left) / (right-left);
941 * \param left left clipping plane coordinate.
953 GLfloat left, GLfloat right,
959 _math_float_ortho(m, left, right, bottom, top, nearval, farval);
1311 * (or perhaps if the upper-left 3x3 is non-identity)