Lines Matching refs:WineD3D

89         IWineD3D_Release(This->WineD3D);
106 hr = IWineD3D_RegisterSoftwareDevice(This->WineD3D, pInitializeFunction);
121 hr = IWineD3D_GetAdapterCount(This->WineD3D);
145 hr = IWineD3D_GetAdapterIdentifier(This->WineD3D, Adapter, Flags, &adapter_id);
174 hr = IWineD3D_GetAdapterModeCount(This->WineD3D, Adapter, wined3dformat_from_d3dformat(Format));
188 /* We can't pass this to WineD3D, otherwise it'll think it came from D3D8 or DDraw.
197 hr = IWineD3D_EnumAdapterModes(This->WineD3D, Adapter, wined3dformat_from_d3dformat(Format),
214 hr = IWineD3D_GetAdapterDisplayMode(This->WineD3D, Adapter, (WINED3DDISPLAYMODE *) pMode);
233 hr = IWineD3D_CheckDeviceType(This->WineD3D, Adapter, CheckType, wined3dformat_from_d3dformat(DisplayFormat),
276 hr = IWineD3D_CheckDeviceFormat(This->WineD3D, Adapter, DeviceType, wined3dformat_from_d3dformat(AdapterFormat),
295 hr = IWineD3D_CheckDeviceMultiSampleType(This->WineD3D, Adapter, DeviceType,
313 hr = IWineD3D_CheckDepthStencilMatch(This->WineD3D, Adapter, DeviceType,
330 hr = IWineD3D_CheckDeviceFormatConversion(This->WineD3D, Adapter, DeviceType,
423 hrc = IWineD3D_GetDeviceCaps(This->WineD3D, Adapter, DeviceType, pWineCaps);
499 ret = IWineD3D_GetAdapterMonitor(This->WineD3D, Adapter);
525 hr = device_init(object, This->WineD3D, adapter, device_type, focus_window, flags,
572 hr = IWineD3D_GetAdapterDisplayModeEx(This->WineD3D, Adapter, (WINED3DDISPLAYMODEEX *) pMode, (WINED3DDISPLAYROTATION *) pRotation);
592 hr = IWineD3D_GetAdapterDisplayMode(This->WineD3D, Adapter, (WINED3DDISPLAYMODE *) &d3dmode);
646 hr = IWineD3D_GetAdapterIdentifier(This->WineD3D, adapter, 0, &adapter_id);