Searched refs:root_frame (Results 1 – 2 of 2) sorted by relevance
45 IDirect3DRMFrame *root_frame; in d3drm_update_background_material() local50 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()
3973 D3DXFRAME *root_frame = NULL; in D3DXLoadMeshHierarchyFromXInMemory() local3974 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()