H A D | adapter9.c | 279 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceFormat() 294 DBG("This=%p DeviceType=%s AdapterFormat=%s\n", This, in NineAdapter9_CheckDeviceFormat() 295 nine_D3DDEVTYPE_to_str(DeviceType), d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat() 303 hr = NineAdapter9_GetScreen(This, DeviceType, &screen); in NineAdapter9_CheckDeviceFormat() 416 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDeviceMultiSampleType() 427 DBG("This=%p DeviceType=%s SurfaceFormat=%s Windowed=%i MultiSampleType=%u " in NineAdapter9_CheckDeviceMultiSampleType() 428 "pQualityLevels=%p\n", This, nine_D3DDEVTYPE_to_str(DeviceType), in NineAdapter9_CheckDeviceMultiSampleType() 438 hr = NineAdapter9_GetScreen(This, DeviceType, &screen); in NineAdapter9_CheckDeviceMultiSampleType() 478 D3DDEVTYPE DeviceType, in NineAdapter9_CheckDepthStencilMatch() 487 DBG("This=%p DeviceType in NineAdapter9_CheckDepthStencilMatch() 278 NineAdapter9_CheckDeviceFormat( struct NineAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, DWORD Usage, D3DRESOURCETYPE RType, D3DFORMAT CheckFormat ) NineAdapter9_CheckDeviceFormat() argument 415 NineAdapter9_CheckDeviceMultiSampleType( struct NineAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQualityLevels ) NineAdapter9_CheckDeviceMultiSampleType() argument 477 NineAdapter9_CheckDepthStencilMatch( struct NineAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFormat, D3DFORMAT RenderTargetFormat, D3DFORMAT DepthStencilFormat ) NineAdapter9_CheckDepthStencilMatch() argument 523 NineAdapter9_CheckDeviceFormatConversion( struct NineAdapter9 *This, D3DDEVTYPE DeviceType, D3DFORMAT SourceFormat, D3DFORMAT TargetFormat ) NineAdapter9_CheckDeviceFormatConversion() argument 561 NineAdapter9_GetDeviceCaps( struct NineAdapter9 *This, D3DDEVTYPE DeviceType, D3DCAPS9 *pCaps ) NineAdapter9_GetDeviceCaps() argument 1013 NineAdapter9_CreateDevice( struct NineAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, IDirect3D9 *pD3D9, ID3DPresentGroup *pPresentationGroup, IDirect3DDevice9 **ppReturnedDeviceInterface ) NineAdapter9_CreateDevice() argument 1073 NineAdapter9_CreateDeviceEx( struct NineAdapter9 *This, UINT RealAdapter, D3DDEVTYPE DeviceType, HWND hFocusWindow, DWORD BehaviorFlags, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode, IDirect3D9Ex *pD3D9Ex, ID3DPresentGroup *pPresentationGroup, IDirect3DDevice9Ex **ppReturnedDeviceInterface ) NineAdapter9_CreateDeviceEx() argument [all...] |