Searched refs:GetAdapterCount (Results 1 – 8 of 8) sorted by relevance
47 unsigned int __stdcall GetAdapterCount() override;
514 if(adapter >= GetAdapterCount()) in CheckDeviceMultiSampleType()641 unsigned int Direct3D8::GetAdapterCount() in GetAdapterCount() function in D3D8::Direct3D8
85 unsigned int Direct3D9Ex::GetAdapterCount() in GetAdapterCount() function in D3D9::Direct3D9Ex89 return Direct3D9::GetAdapterCount(); in GetAdapterCount()
41 unsigned int __stdcall GetAdapterCount() override;
766 if(adapter >= GetAdapterCount()) in CheckDeviceMultiSampleType()821 if(adapter >= GetAdapterCount()) in CheckDeviceType()978 unsigned int Direct3D9::GetAdapterCount() in GetAdapterCount() function in D3D9::Direct3D9
174 STDMETHOD_(UINT, GetAdapterCount)(THIS) PURE; in DECLARE_INTERFACE_()195 #define IDirect3D8_GetAdapterCount(p) (p)->lpVtbl->GetAdapterCount(p)212 #define IDirect3D8_GetAdapterCount(p) (p)->GetAdapterCount()
86 virtual UINT WINAPI GetAdapterCount() = 0;447 UINT (WINAPI *GetAdapterCount)(IDirect3D9 *This);472 #define IDirect3D9_GetAdapterCount(p) (p)->lpVtbl->GetAdapterCount(p)494 UINT (WINAPI *GetAdapterCount)(IDirect3D9Ex *This);525 #define IDirect3D9Ex_GetAdapterCount(p) (p)->lpVtbl->GetAdapterCount(p)