Searched refs:got_mat (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | math.c | 2505 D3DXMATRIX exp_mat, got_mat; in test_Matrix_AffineTransformation2D() local 2537 expect_matrix(&exp_mat, &got_mat, 2); in test_Matrix_AffineTransformation2D() 2565 D3DXMatrixAffineTransformation2D(&got_mat, scale, ¢er, angle, NULL); in test_Matrix_AffineTransformation2D() 2566 expect_matrix(&exp_mat, &got_mat, 8); in test_Matrix_AffineTransformation2D() 2595 expect_matrix(&exp_mat, &got_mat, 1); in test_Matrix_AffineTransformation2D() 2620 D3DXMatrixAffineTransformation2D(&got_mat, scale, NULL, angle, NULL); in test_Matrix_AffineTransformation2D() 2621 expect_matrix(&exp_mat, &got_mat, 8); in test_Matrix_AffineTransformation2D() 2957 D3DXMATRIX exp_mat, got_mat; in test_Matrix_Transformation2D() local 2995 expect_matrix(&exp_mat, &got_mat, 64); in test_Matrix_Transformation2D() 3027 expect_matrix(&exp_mat, &got_mat, 8); in test_Matrix_Transformation2D() [all …]
|