Searched defs:radius2 (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | mesh.c | 3104 static BOOL compute_cylinder(struct mesh *mesh, FLOAT radius1, FLOAT radius2, FLOAT length, UINT sl… in compute_cylinder() 3250 static void test_cylinder(IDirect3DDevice9 *device, FLOAT radius1, FLOAT radius2, FLOAT length, UIN… in test_cylinder()
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | mesh.c | 4975 HRESULT WINAPI D3DXCreateCylinder(struct IDirect3DDevice9 *device, float radius1, float radius2, in D3DXCreateCylinder()
|