Lines Matching defs:transpose

625 _mesa_UniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose,
629 _mesa_uniform_matrix(location, count, transpose, value,
634 _mesa_UniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose,
638 _mesa_uniform_matrix(location, count, transpose, value,
643 _mesa_UniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose,
647 _mesa_uniform_matrix(location, count, transpose, value,
754 GLboolean transpose, const GLfloat * value)
760 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 2, 2, GLSL_TYPE_FLOAT);
765 GLboolean transpose, const GLfloat * value)
771 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 3, 3, GLSL_TYPE_FLOAT);
776 GLboolean transpose, const GLfloat * value)
782 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 4, 4, GLSL_TYPE_FLOAT);
790 _mesa_UniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose,
794 _mesa_uniform_matrix(location, count, transpose, value,
799 _mesa_UniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose,
803 _mesa_uniform_matrix(location, count, transpose, value,
808 _mesa_UniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose,
812 _mesa_uniform_matrix(location, count, transpose, value,
817 _mesa_UniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose,
821 _mesa_uniform_matrix(location, count, transpose, value,
826 _mesa_UniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose,
830 _mesa_uniform_matrix(location, count, transpose, value,
835 _mesa_UniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose,
839 _mesa_uniform_matrix(location, count, transpose, value,
847 GLboolean transpose, const GLfloat * value)
853 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 2, 3, GLSL_TYPE_FLOAT);
858 GLboolean transpose, const GLfloat * value)
864 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 3, 2, GLSL_TYPE_FLOAT);
869 GLboolean transpose, const GLfloat * value)
875 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 2, 4, GLSL_TYPE_FLOAT);
880 GLboolean transpose, const GLfloat * value)
886 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 4, 2, GLSL_TYPE_FLOAT);
891 GLboolean transpose, const GLfloat * value)
897 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 3, 4, GLSL_TYPE_FLOAT);
902 GLboolean transpose, const GLfloat * value)
908 _mesa_uniform_matrix(location, count, transpose, value, ctx, shProg, 4, 3, GLSL_TYPE_FLOAT);
1501 _mesa_UniformMatrix2dv(GLint location, GLsizei count, GLboolean transpose,
1505 _mesa_uniform_matrix(location, count, transpose, value,
1510 _mesa_UniformMatrix3dv(GLint location, GLsizei count, GLboolean transpose,
1514 _mesa_uniform_matrix(location, count, transpose, value,
1519 _mesa_UniformMatrix4dv(GLint location, GLsizei count, GLboolean transpose,
1523 _mesa_uniform_matrix(location, count, transpose, value,
1528 _mesa_UniformMatrix2x3dv(GLint location, GLsizei count, GLboolean transpose,
1532 _mesa_uniform_matrix(location, count, transpose, value,
1537 _mesa_UniformMatrix3x2dv(GLint location, GLsizei count, GLboolean transpose,
1541 _mesa_uniform_matrix(location, count, transpose, value,
1546 _mesa_UniformMatrix2x4dv(GLint location, GLsizei count, GLboolean transpose,
1550 _mesa_uniform_matrix(location, count, transpose, value,
1555 _mesa_UniformMatrix4x2dv(GLint location, GLsizei count, GLboolean transpose,
1559 _mesa_uniform_matrix(location, count, transpose, value,
1564 _mesa_UniformMatrix3x4dv(GLint location, GLsizei count, GLboolean transpose,
1568 _mesa_uniform_matrix(location, count, transpose, value,
1573 _mesa_UniformMatrix4x3dv(GLint location, GLsizei count, GLboolean transpose,
1577 _mesa_uniform_matrix(location, count, transpose, value,
1678 GLboolean transpose, const GLdouble * value)
1684 _mesa_uniform_matrix(location, count, transpose, value,
1690 GLboolean transpose, const GLdouble * value)
1696 _mesa_uniform_matrix(location, count, transpose, value,
1702 GLboolean transpose, const GLdouble * value)
1708 _mesa_uniform_matrix(location, count, transpose, value,
1714 GLboolean transpose, const GLdouble * value)
1720 _mesa_uniform_matrix(location, count, transpose, value,
1726 GLboolean transpose, const GLdouble * value)
1732 _mesa_uniform_matrix(location, count, transpose, value,
1738 GLboolean transpose, const GLdouble * value)
1744 _mesa_uniform_matrix(location, count, transpose, value,
1750 GLboolean transpose, const GLdouble * value)
1756 _mesa_uniform_matrix(location, count, transpose, value,
1762 GLboolean transpose, const GLdouble * value)
1768 _mesa_uniform_matrix(location, count, transpose, value,
1774 GLboolean transpose, const GLdouble * value)
1780 _mesa_uniform_matrix(location, count, transpose, value,