Searched defs:print_matrix_floats (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.c282 static void print_matrix_floats( const GLfloat m[16] ) function
301 print_matrix_floats(m->m);
303 print_matrix_floats(m->inv);
306 print_matrix_floats(prod);
/external/mesa3d/src/mesa/math/
H A Dm_matrix.c282 static void print_matrix_floats( const GLfloat m[16] ) function
301 print_matrix_floats(m->m);
303 print_matrix_floats(m->inv);
306 print_matrix_floats(prod);

Completed in 172 milliseconds