Home
last modified time | relevance | path

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

/reactos/sdk/include/dxsdk/
H A Dd3dx9xof.h133 STDMETHOD(GetChildren)(THIS_ SIZE_T*) PURE;
155 STDMETHOD(GetChildren)(THIS_ SIZE_T*) PURE;
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dxfile.c289 ret = xfile_data->lpVtbl->GetChildren(xfile_data, &children); in process_data()
357 ret = xfile_enum_object->lpVtbl->GetChildren(xfile_enum_object, &children); in test_dump()
H A Dmesh.c11445 if (FAILED(enum_obj->lpVtbl->GetChildren(enum_obj, &count))) in get_mesh_data()
/reactos/dll/directx/wine/d3dx9_36/
H A Dmesh.c2737 hr = filedata->lpVtbl->GetChildren(filedata, &nb_children); in parse_material()
2842 hr = filedata->lpVtbl->GetChildren(filedata, &nb_children); in parse_material_list()
3272 hr = filedata->lpVtbl->GetChildren(filedata, &nb_children); in parse_mesh()
3860 hr = filedata->lpVtbl->GetChildren(filedata, &nb_children); in load_frame()
3933 hr = enumobj->lpVtbl->GetChildren(enumobj, &nb_children); in D3DXLoadMeshHierarchyFromXInMemory()
4152 hr = filedata->lpVtbl->GetChildren(filedata, &nb_children); in parse_frame()
4247 hr = enumobj->lpVtbl->GetChildren(enumobj, &nb_children); in D3DXLoadMeshFromXInMemory()
/reactos/sdk/include/psdk/
H A Dd3drmobj.h1107 STDMETHOD(GetChildren)(THIS_ struct IDirect3DRMFrameArray **children) PURE; in DECLARE_INTERFACE_() local
1187 #define IDirect3DRMFrame_GetChildren(p,a) (p)->lpVtbl->GetChildren(p,a)
1260 #define IDirect3DRMFrame_GetChildren(p,a) (p)->GetChildren(a)
1340 STDMETHOD(GetChildren)(THIS_ struct IDirect3DRMFrameArray **children) PURE; in DECLARE_INTERFACE_() local
1437 #define IDirect3DRMFrame2_GetChildren(p,a) (p)->lpVtbl->GetChildren(p,a)
1526 #define IDirect3DRMFrame2_GetChildren(p,a) (p)->GetChildren(a)
1622 STDMETHOD(GetChildren)(THIS_ struct IDirect3DRMFrameArray **children) PURE; in DECLARE_INTERFACE_() local
1727 #define IDirect3DRMFrame3_GetChildren(p,a) (p)->lpVtbl->GetChildren(p,a)
1820 #define IDirect3DRMFrame3_GetChildren(p,a) (p)->GetChildren(a)