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

/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.h82 } GLmatrix; typedef in typeref:struct:__anon14566
88 _math_matrix_ctr( GLmatrix *m );
91 _math_matrix_dtr( GLmatrix *m );
94 _math_matrix_mul_matrix( GLmatrix *dest, const GLmatrix *a, const GLmatrix *b );
97 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *b );
100 _math_matrix_loadf( GLmatrix *mat, const GLfloat *m );
103 _math_matrix_translate( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z );
106 _math_matrix_rotate( GLmatrix *
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_matrix.h82 } GLmatrix; typedef in typeref:struct:__anon27977
88 _math_matrix_ctr( GLmatrix *m );
91 _math_matrix_dtr( GLmatrix *m );
94 _math_matrix_mul_matrix( GLmatrix *dest, const GLmatrix *a, const GLmatrix *b );
97 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *b );
100 _math_matrix_loadf( GLmatrix *mat, const GLfloat *m );
103 _math_matrix_translate( GLmatrix *mat, GLfloat x, GLfloat y, GLfloat z );
106 _math_matrix_rotate( GLmatrix *
[all...]

Completed in 116 milliseconds