Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3drm/
H A Dviewport.c45 IDirect3DRMFrame *root_frame; in d3drm_update_background_material() local
50 if (FAILED(hr = IDirect3DRMFrame_GetScene(viewport->camera, &root_frame))) in d3drm_update_background_material()
52 color = IDirect3DRMFrame_GetSceneBackground(root_frame); in d3drm_update_background_material()
53 IDirect3DRMFrame_Release(root_frame); in d3drm_update_background_material()
/reactos/dll/directx/wine/d3dx9_36/
H A Dmesh.c3973 D3DXFRAME *root_frame = NULL; in D3DXLoadMeshHierarchyFromXInMemory() local
3974 hr = alloc_hier->lpVtbl->CreateFrame(alloc_hier, NULL, &root_frame); in D3DXLoadMeshHierarchyFromXInMemory()
3979 D3DXMatrixIdentity(&root_frame->TransformationMatrix); in D3DXLoadMeshHierarchyFromXInMemory()
3980 root_frame->pFrameFirstChild = first_frame; in D3DXLoadMeshHierarchyFromXInMemory()
3981 *frame_hierarchy = root_frame; in D3DXLoadMeshHierarchyFromXInMemory()