Lines Matching refs:transpose
622 _mesa_UniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose,
626 _mesa_uniform_matrix(location, count, transpose, value,
631 _mesa_UniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose,
635 _mesa_uniform_matrix(location, count, transpose, value,
640 _mesa_UniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose,
644 _mesa_uniform_matrix(location, count, transpose, value,
751 GLboolean transpose, const GLfloat * value)
757 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 2, 2, GLSL_TYPE_FLOAT);
762 GLboolean transpose, const GLfloat * value)
768 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 3, 3, GLSL_TYPE_FLOAT);
773 GLboolean transpose, const GLfloat * value)
779 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 4, 4, GLSL_TYPE_FLOAT);
787 _mesa_UniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose,
791 _mesa_uniform_matrix(location, count, transpose, value,
796 _mesa_UniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose,
800 _mesa_uniform_matrix(location, count, transpose, value,
805 _mesa_UniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose,
809 _mesa_uniform_matrix(location, count, transpose, value,
814 _mesa_UniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose,
818 _mesa_uniform_matrix(location, count, transpose, value,
823 _mesa_UniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose,
827 _mesa_uniform_matrix(location, count, transpose, value,
832 _mesa_UniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose,
836 _mesa_uniform_matrix(location, count, transpose, value,
844 GLboolean transpose, const GLfloat * value)
850 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 2, 3, GLSL_TYPE_FLOAT);
855 GLboolean transpose, const GLfloat * value)
861 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 3, 2, GLSL_TYPE_FLOAT);
866 GLboolean transpose, const GLfloat * value)
872 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 2, 4, GLSL_TYPE_FLOAT);
877 GLboolean transpose, const GLfloat * value)
883 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 4, 2, GLSL_TYPE_FLOAT);
888 GLboolean transpose, const GLfloat * value)
894 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 3, 4, GLSL_TYPE_FLOAT);
899 GLboolean transpose, const GLfloat * value)
905 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 4, 3, GLSL_TYPE_FLOAT);
1498 _mesa_UniformMatrix2dv(GLint location, GLsizei count, GLboolean transpose,
1502 _mesa_uniform_matrix(location, count, transpose, value,
1507 _mesa_UniformMatrix3dv(GLint location, GLsizei count, GLboolean transpose,
1511 _mesa_uniform_matrix(location, count, transpose, value,
1516 _mesa_UniformMatrix4dv(GLint location, GLsizei count, GLboolean transpose,
1520 _mesa_uniform_matrix(location, count, transpose, value,
1525 _mesa_UniformMatrix2x3dv(GLint location, GLsizei count, GLboolean transpose,
1529 _mesa_uniform_matrix(location, count, transpose, value,
1534 _mesa_UniformMatrix3x2dv(GLint location, GLsizei count, GLboolean transpose,
1538 _mesa_uniform_matrix(location, count, transpose, value,
1543 _mesa_UniformMatrix2x4dv(GLint location, GLsizei count, GLboolean transpose,
1547 _mesa_uniform_matrix(location, count, transpose, value,
1552 _mesa_UniformMatrix4x2dv(GLint location, GLsizei count, GLboolean transpose,
1556 _mesa_uniform_matrix(location, count, transpose, value,
1561 _mesa_UniformMatrix3x4dv(GLint location, GLsizei count, GLboolean transpose,
1565 _mesa_uniform_matrix(location, count, transpose, value,
1570 _mesa_UniformMatrix4x3dv(GLint location, GLsizei count, GLboolean transpose,
1574 _mesa_uniform_matrix(location, count, transpose, value,
1675 GLboolean transpose, const GLdouble * value)
1681 _mesa_uniform_matrix(location, count, transpose, value,
1687 GLboolean transpose, const GLdouble * value)
1693 _mesa_uniform_matrix(location, count, transpose, value,
1699 GLboolean transpose, const GLdouble * value)
1705 _mesa_uniform_matrix(location, count, transpose, value,
1711 GLboolean transpose, const GLdouble * value)
1717 _mesa_uniform_matrix(location, count, transpose, value,
1723 GLboolean transpose, const GLdouble * value)
1729 _mesa_uniform_matrix(location, count, transpose, value,
1735 GLboolean transpose, const GLdouble * value)
1741 _mesa_uniform_matrix(location, count, transpose, value,
1747 GLboolean transpose, const GLdouble * value)
1753 _mesa_uniform_matrix(location, count, transpose, value,
1759 GLboolean transpose, const GLdouble * value)
1765 _mesa_uniform_matrix(location, count, transpose, value,
1771 GLboolean transpose, const GLdouble * value)
1777 _mesa_uniform_matrix(location, count, transpose, value,