Searched defs:GLmatrix (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/math/
H A Dm_matrix.h75 } GLmatrix; typedef in typeref:struct:__anon3729
81 _math_matrix_ctr( GLmatrix *m );
84 _math_matrix_dtr( GLmatrix *m );
87 _math_matrix_alloc_inv( GLmatrix *m );
90 _math_matrix_mul_matrix( GLmatrix *dest, const GLmatrix *a, const GLmatrix *b );
93 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *b );
96 _math_matrix_loadf( GLmatrix *mat, const GLfloat *m );
99 _math_matrix_translate( GLmatrix *ma
[all...]

Completed in 349 milliseconds