Home
last modified time | relevance | path

Searched refs:got_rad (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/d3dx9_36/
H A Dmesh.c546 FLOAT exp_rad, got_rad; in D3DXComputeBoundingSphereTest() local
558 hr = D3DXComputeBoundingSphere(&vertex[3],2,D3DXGetFVFVertexSize(D3DFVF_XYZ),&got_cen,&got_rad); in D3DXComputeBoundingSphereTest()
561 ok( compare(exp_rad, got_rad), "Expected radius: %f, got radius: %f\n", exp_rad, got_rad); in D3DXComputeBoundingSphereTest()
575 hr = D3DXComputeBoundingSphere(&vertex[0],5,D3DXGetFVFVertexSize(D3DFVF_XYZ),&got_cen,&got_rad); in D3DXComputeBoundingSphereTest()
578 ok( compare(exp_rad, got_rad), "Expected radius: %f, got radius: %f\n", exp_rad, got_rad); in D3DXComputeBoundingSphereTest()
582 hr = D3DXComputeBoundingSphere(NULL,5,D3DXGetFVFVertexSize(D3DFVF_XYZ),&got_cen,&got_rad); in D3DXComputeBoundingSphereTest()
586 hr = D3DXComputeBoundingSphere(&vertex[3],5,D3DXGetFVFVertexSize(D3DFVF_XYZ),NULL,&got_rad); in D3DXComputeBoundingSphereTest()