Home
last modified time | relevance | path

Searched refs:_math_matrix_mul_floats (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/math/
Dm_matrix.h94 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *b );
Dm_matrix.c264 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *m ) in _math_matrix_mul_floats() function
/third_party/mesa3d/src/mesa/main/
Dmatrix.c580 _math_matrix_mul_floats(stack->Top, m); in matrix_mult()