Searched refs:check_floats_ (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | mesh.c | 74 #define check_floats(got, exp, dim) check_floats_(__LINE__, "", got, exp, dim) 75 static void check_floats_(int line, const char *prefix, const float *got, const float *exp, int dim) in check_floats_() function 1576 check_floats_(line, prefix, got_float, exp_float, pos_dim); in check_vertex_buffer_() 1589 check_floats_(line, prefix, got_float, exp_float, 3); in check_vertex_buffer_() 1616 check_floats_(line, prefix, got_float, exp_float, dim); in check_vertex_buffer_()
|