Searched refs:compare_elements (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | mesh.c | 610 static void compare_elements(const D3DVERTEXELEMENT9 *elements, const D3DVERTEXELEMENT9 *expected_e… in compare_elements() function 653 if (SUCCEEDED(hr)) compare_elements(decl, expected_elements, line, test_id); in test_fvf_to_decl() 5034 compare_elements(declaration_out, empty_declaration, __LINE__, 0); in test_create_skin_info() 5200 compare_elements(declaration_out, declaration_in, __LINE__, 0); in test_create_skin_info() 5208 compare_elements(declaration_out, empty_declaration, __LINE__, 0); in test_create_skin_info() 5216 compare_elements(declaration_out, declaration_in, __LINE__, 0); in test_create_skin_info() 5229 compare_elements(declaration, declaration_out, __LINE__, 0); in test_create_skin_info() 11559 compare_elements(declaration, expected_declaration, __LINE__, 0); in test_load_skin_mesh_from_xof()
|