Lines Matching refs:got_res

1117     BOOL exp_res, got_res;  in D3DXIntersectTriTest()  local
1131got_res = D3DXIntersectTri(&vertex[0], &vertex[1], &vertex[2], &position, &ray, &got_u, &got_v, &g… in D3DXIntersectTriTest()
1132 ok(got_res == exp_res, "Expected result %d, got %d.\n", exp_res, got_res); in D3DXIntersectTriTest()
1137got_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()
1145got_res = D3DXIntersectTri(&vertex[0], &vertex[1], &vertex[2], &position, &ray, &got_u, &got_v, &g… in D3DXIntersectTriTest()
1146 ok(got_res == exp_res, "Expected result %d, got %d.\n", exp_res, got_res); in D3DXIntersectTriTest()
1158got_res = D3DXIntersectTri(&vertex[0], &vertex[1], &vertex[2], &position, &ray, &got_u, &got_v, &g… in D3DXIntersectTriTest()
1159 ok(got_res == exp_res, "Expected result %d, got %d.\n", exp_res, got_res); in D3DXIntersectTriTest()
1177got_res = D3DXIntersectTri(&vertex[0],&vertex[1],&vertex[2],&position,&ray,&got_u,&got_v,&got_dist… in D3DXIntersectTriTest()
1178 ok( got_res == exp_res, "Expected result = %d, got %d\n",exp_res,got_res); in D3DXIntersectTriTest()
1180got_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()
1195got_res = D3DXIntersectTri(&vertex[0],&vertex[1],&vertex[2],&position,&ray,&got_u,&got_v,&got_dist… in D3DXIntersectTriTest()
1196 ok( got_res == exp_res, "Expected result = %d, got %d\n",exp_res,got_res); in D3DXIntersectTriTest()
1198got_res = D3DXIntersectTri(&vertex[0], &vertex[1], &vertex[2], &position, &ray, NULL, NULL, NULL); in D3DXIntersectTriTest()
1199 ok(got_res == exp_res, "Expected result = %d, got %d\n", exp_res, got_res); in D3DXIntersectTriTest()