Home
last modified time | relevance | path

Searched refs:GetAdapterModeCount (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3D9Ex.cpp99 unsigned int Direct3D9Ex::GetAdapterModeCount(unsigned int adapter, D3DFORMAT format) in GetAdapterModeCount() function in D3D9::Direct3D9Ex
103 return Direct3D9::GetAdapterModeCount(adapter, format); in GetAdapterModeCount()
272 return Direct3D9::GetAdapterModeCount(adapter, filter->Format); // FIXME in GetAdapterModeCountEx()
DDirect3D9.hpp43 unsigned int __stdcall GetAdapterModeCount(unsigned int adapter, D3DFORMAT format);
DDirect3D9Ex.hpp43 unsigned int __stdcall GetAdapterModeCount(unsigned int adapter, D3DFORMAT format);
DDirect3D9.cpp1135 unsigned int Direct3D9::GetAdapterModeCount(unsigned int adapter, D3DFORMAT format) in GetAdapterModeCount() function in D3D9::Direct3D9