Home
last modified time | relevance | path

Searched refs:D3DCAPS8 (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3D8.hpp52 …long __stdcall GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS8 *caps) override;
DDirect3D8.cpp730 long Direct3D8::GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS8 *capabilities) in GetDeviceCaps()
753 D3DCAPS8 caps; in GetDeviceCaps()
754 ZeroMemory(&caps, sizeof(D3DCAPS8)); in GetDeviceCaps()
DDirect3DDevice8.hpp96 long __stdcall GetDeviceCaps(D3DCAPS8 *caps) override;
DDirect3DDevice8.cpp1294 long Direct3DDevice8::GetDeviceCaps(D3DCAPS8 *caps) in GetDeviceCaps()
/external/swiftshader/include/Direct3D/
Dd3d8caps.h98 } D3DCAPS8; typedef
Dd3d8.h183 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter,D3DDEVTYPE DeviceType,D3DCAPS8* pCaps) PURE; in DECLARE_INTERFACE_()
259 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS8* pCaps) PURE; in DECLARE_INTERFACE_()