HomeSort by relevance Sort by last modified time
    Searched defs:GLmatrix (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_matrix.h 82 } GLmatrix;
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 *m, GLfloat angle
    [all...]
  /external/mesa3d/src/mesa/math/
m_matrix.h 82 } GLmatrix;
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 *m, GLfloat angle
    [all...]

Completed in 136 milliseconds