Lines Matching refs:matrixMode
685 void MatrixLoad3x2fNV(enum matrixMode, const float *m);
686 void MatrixLoad3x3fNV(enum matrixMode, const float *m);
687 void MatrixLoadTranspose3x3fNV(enum matrixMode, const float *m);
689 void MatrixMult3x2fNV(enum matrixMode, const float *m);
690 void MatrixMult3x3fNV(enum matrixMode, const float *m);
691 void MatrixMultTranspose3x3fNV(enum matrixMode, const float *m);
1036 void MatrixLoad3x2fNV(enum matrixMode, const float *m);
1046 MatrixLoadTransposefEXT(matrixMode, equiv_3x2matrix);
1050 void MatrixLoad3x3fNV(enum matrixMode, const float *m);
1060 MatrixLoadTransposefEXT(matrixMode, equiv_3x3matrix);
1064 void MatrixLoadTranspose3x3fNV(enum matrixMode, const float *m);
1074 MatrixLoadTransposefEXT(matrixMode, equiv_3x3matrix);
1078 void MatrixMult3x2fNV(enum matrixMode, const float *m);
1088 MatrixMultTransposefEXT(matrixMode, equiv_3x2matrix);
1092 void MatrixMult3x3fNV(enum matrixMode, const float *m);
1102 MatrixMultTransposefEXT(matrixMode, equiv_3x3matrix);
1106 void MatrixMultTranspose3x3fNV(enum matrixMode, const float *m);
1116 MatrixMultTransposefEXT(matrixMode, equiv_3x3matrix);"
5872 void MatrixLoadfEXT(enum matrixMode, const float *m);
5873 void MatrixLoaddEXT(enum matrixMode, const double *m);
5875 void MatrixMultfEXT(enum matrixMode, const float *m);
5876 void MatrixMultdEXT(enum matrixMode, const double *m);
5878 void MatrixLoadTransposefEXT(enum matrixMode, const float *m);
5879 void MatrixLoadTransposedEXT(enum matrixMode, const float *m);
5881 void MatrixMultTransposefEXT(enum matrixMode, const float *m);
5882 void MatrixMultTransposedEXT(enum matrixMode, const float *m);
5884 void MatrixLoadIdentityEXT(enum matrixMode);
5886 void MatrixRotatefEXT(enum matrixMode, float angle,
5888 void MatrixRotatedEXT(enum matrixMode, double angle,
5891 void MatrixScalefEXT(enum matrixMode,
5893 void MatrixScaledEXT(enum matrixMode,
5896 void MatrixTranslatefEXT(enum matrixMode,
5898 void MatrixTranslatedEXT(enum matrixMode,
5901 void MatrixOrthoEXT(enum matrixMode, double l, double r,
5903 void MatrixFrustumEXT(enum matrixMode, double l, double r,
5906 void MatrixPushEXT(enum matrixMode);
5907 void MatrixPopEXT(enum matrixMode);
5910 tokens for matrixMode. The associated modelview and projection matrix
6117 void glMatrixLoad3x2fNV(GLenum matrixMode, const GLfloat *m);
6118 void glMatrixLoad3x3fNV(GLenum matrixMode, const GLfloat *m);
6119 void glMatrixLoadTranspose3x3fNV(GLenum matrixMode, const GLfloat *m);
6121 void glMatrixMult3x2fNV(GLenum matrixMode, const GLfloat *m);
6122 void glMatrixMult3x3fNV(GLenum matrixMode, const GLfloat *m);
6123 void glMatrixMultTranspose3x3fNV(GLenum matrixMode, const GLfloat *m);