Searched refs:simple_xfile (Results 1 – 1 of 1) sorted by relevance
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | mesh.c | 2057 static const char simple_xfile[] = in D3DXLoadMeshTest() local 2418 hr = D3DXLoadMeshHierarchyFromXInMemory(simple_xfile, 0, in D3DXLoadMeshTest() 2422 hr = D3DXLoadMeshHierarchyFromXInMemory(simple_xfile, sizeof(simple_xfile) - 1, in D3DXLoadMeshTest() 2426 hr = D3DXLoadMeshHierarchyFromXInMemory(simple_xfile, sizeof(simple_xfile) - 1, in D3DXLoadMeshTest() 2434 hr = D3DXLoadMeshHierarchyFromXInMemory(simple_xfile, sizeof(simple_xfile) - 1, in D3DXLoadMeshTest() 2438 hr = D3DXLoadMeshHierarchyFromXInMemory(simple_xfile, sizeof(simple_xfile) - 1, in D3DXLoadMeshTest() 2549 hr = D3DXLoadMeshFromXInMemory(simple_xfile, sizeof(simple_xfile) - 1, D3DXMESH_MANAGED, in D3DXLoadMeshTest() 2553 hr = D3DXLoadMeshFromXInMemory(simple_xfile, sizeof(simple_xfile) - 1, D3DXMESH_MANAGED, in D3DXLoadMeshTest() 2561 hr = D3DXLoadMeshFromXInMemory(simple_xfile, sizeof(simple_xfile) - 1, D3DXMESH_MANAGED, in D3DXLoadMeshTest() 11475 static const char simple_xfile[] = in test_load_skin_mesh_from_xof() local [all …]
|