Home
last modified time | relevance | path

Searched refs:GetAdapterCount (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3D8.hpp47 unsigned int __stdcall GetAdapterCount() override;
DDirect3D8.cpp514 if(adapter >= GetAdapterCount()) in CheckDeviceMultiSampleType()
641 unsigned int Direct3D8::GetAdapterCount() in GetAdapterCount() function in D3D8::Direct3D8
/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp85 unsigned int Direct3D9Ex::GetAdapterCount() in GetAdapterCount() function in D3D9::Direct3D9Ex
89 return Direct3D9::GetAdapterCount(); in GetAdapterCount()
DDirect3D9.hpp41 unsigned int __stdcall GetAdapterCount() override;
DDirect3D9Ex.hpp41 unsigned int __stdcall GetAdapterCount() override;
DDirect3D9.cpp766 if(adapter >= GetAdapterCount()) in CheckDeviceMultiSampleType()
821 if(adapter >= GetAdapterCount()) in CheckDeviceType()
978 unsigned int Direct3D9::GetAdapterCount() in GetAdapterCount() function in D3D9::Direct3D9
/external/swiftshader/include/Direct3D/
Dd3d8.h174 STDMETHOD_(UINT, GetAdapterCount)(THIS) PURE; in DECLARE_INTERFACE_()
195 #define IDirect3D8_GetAdapterCount(p) (p)->lpVtbl->GetAdapterCount(p)
212 #define IDirect3D8_GetAdapterCount(p) (p)->GetAdapterCount()
/external/mesa3d/include/D3D9/
Dd3d9.h86 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)