Searched refs:test_cylinder (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | mesh.c | 3250 static void test_cylinder(IDirect3DDevice9 *device, FLOAT radius1, FLOAT radius2, FLOAT length, UIN… in test_cylinder() function 3345 test_cylinder(device, 0.0f, 0.0f, 0.0f, 2, 1); in D3DXCreateCylinderTest() 3346 test_cylinder(device, 1.0f, 1.0f, 1.0f, 2, 1); in D3DXCreateCylinderTest() 3347 test_cylinder(device, 1.0f, 1.0f, 2.0f, 3, 4); in D3DXCreateCylinderTest() 3348 test_cylinder(device, 3.0f, 2.0f, 4.0f, 3, 4); in D3DXCreateCylinderTest() 3349 test_cylinder(device, 2.0f, 3.0f, 4.0f, 3, 4); in D3DXCreateCylinderTest() 3350 test_cylinder(device, 3.0f, 4.0f, 5.0f, 11, 20); in D3DXCreateCylinderTest()
|