Lines Matching refs:transpose
382 void API_ENTRY(glUniformMatrix2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloa…
383 CALL_GL_API(glUniformMatrix2fv, location, count, transpose, value);
385 void API_ENTRY(glUniformMatrix3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloa…
386 CALL_GL_API(glUniformMatrix3fv, location, count, transpose, value);
388 void API_ENTRY(glUniformMatrix4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfloa…
389 CALL_GL_API(glUniformMatrix4fv, location, count, transpose, value);
478 void API_ENTRY(glUniformMatrix2x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfl…
479 CALL_GL_API(glUniformMatrix2x3fv, location, count, transpose, value);
481 void API_ENTRY(glUniformMatrix3x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfl…
482 CALL_GL_API(glUniformMatrix3x2fv, location, count, transpose, value);
484 void API_ENTRY(glUniformMatrix2x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfl…
485 CALL_GL_API(glUniformMatrix2x4fv, location, count, transpose, value);
487 void API_ENTRY(glUniformMatrix4x2fv)(GLint location, GLsizei count, GLboolean transpose, const GLfl…
488 CALL_GL_API(glUniformMatrix4x2fv, location, count, transpose, value);
490 void API_ENTRY(glUniformMatrix3x4fv)(GLint location, GLsizei count, GLboolean transpose, const GLfl…
491 CALL_GL_API(glUniformMatrix3x4fv, location, count, transpose, value);
493 void API_ENTRY(glUniformMatrix4x3fv)(GLint location, GLsizei count, GLboolean transpose, const GLfl…
494 CALL_GL_API(glUniformMatrix4x3fv, location, count, transpose, value);
868 …formMatrix2fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *…
869 CALL_GL_API(glProgramUniformMatrix2fv, program, location, count, transpose, value);
871 …formMatrix3fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *…
872 CALL_GL_API(glProgramUniformMatrix3fv, program, location, count, transpose, value);
874 …formMatrix4fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *…
875 CALL_GL_API(glProgramUniformMatrix4fv, program, location, count, transpose, value);
877 …rmMatrix2x3fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *…
878 CALL_GL_API(glProgramUniformMatrix2x3fv, program, location, count, transpose, value);
880 …rmMatrix3x2fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *…
881 CALL_GL_API(glProgramUniformMatrix3x2fv, program, location, count, transpose, value);
883 …rmMatrix2x4fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *…
884 CALL_GL_API(glProgramUniformMatrix2x4fv, program, location, count, transpose, value);
886 …rmMatrix4x2fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *…
887 CALL_GL_API(glProgramUniformMatrix4x2fv, program, location, count, transpose, value);
889 …rmMatrix3x4fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *…
890 CALL_GL_API(glProgramUniformMatrix3x4fv, program, location, count, transpose, value);
892 …rmMatrix4x3fv)(GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *…
893 CALL_GL_API(glProgramUniformMatrix4x3fv, program, location, count, transpose, value);