Searched refs:got_res (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | mesh.c | 1117 BOOL exp_res, got_res; in D3DXIntersectTriTest() local 1132 ok(got_res == exp_res, "Expected result %d, got %d.\n", exp_res, got_res); in D3DXIntersectTriTest() 1137 … got_res = D3DXIntersectTri(&vertex[0], &vertex[1], &vertex[2], &position, &ray, NULL, NULL, NULL); in D3DXIntersectTriTest() 1138 ok(got_res == exp_res, "Expected result %d, got %d.\n", exp_res, got_res); in D3DXIntersectTriTest() 1146 ok(got_res == exp_res, "Expected result %d, got %d.\n", exp_res, got_res); in D3DXIntersectTriTest() 1159 ok(got_res == exp_res, "Expected result %d, got %d.\n", exp_res, got_res); in D3DXIntersectTriTest() 1178 ok( got_res == exp_res, "Expected result = %d, got %d\n",exp_res,got_res); in D3DXIntersectTriTest() 1180 … got_res = D3DXIntersectTri(&vertex[0], &vertex[1], &vertex[2], &position, &ray, NULL, NULL, NULL); in D3DXIntersectTriTest() 1181 ok(got_res == exp_res, "Expected result = %d, got %d\n", exp_res, got_res); in D3DXIntersectTriTest() 1196 ok( got_res == exp_res, "Expected result = %d, got %d\n",exp_res,got_res); in D3DXIntersectTriTest() [all …]
|