Searched refs:_math_matrix_mul_floats (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_matrix.h97 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *b );
H A Dm_matrix.c260 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *m ) function in typeref:typename:void
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_matrix.h94 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *b );
H A Dm_matrix.c264 _math_matrix_mul_floats( GLmatrix *dest, const GLfloat *m ) function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmatrix.c374 * Flushes the vertices and calls _math_matrix_mul_floats() with the top-most
392 _math_matrix_mul_floats( ctx->CurrentStack->Top, m );
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmatrix.c580 _math_matrix_mul_floats(stack->Top, m);
592 * Flushes the vertices and calls _math_matrix_mul_floats() with the top-most

Completed in 8 milliseconds