Searched refs:D3DCAPS8 (Results 1 – 6 of 6) sorted by relevance
52 …long __stdcall GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS8 *caps) override;
730 long Direct3D8::GetDeviceCaps(unsigned int adapter, D3DDEVTYPE deviceType, D3DCAPS8 *capabilities) in GetDeviceCaps()753 D3DCAPS8 caps; in GetDeviceCaps()754 ZeroMemory(&caps, sizeof(D3DCAPS8)); in GetDeviceCaps()
96 long __stdcall GetDeviceCaps(D3DCAPS8 *caps) override;
1294 long Direct3DDevice8::GetDeviceCaps(D3DCAPS8 *caps) in GetDeviceCaps()
98 } D3DCAPS8; typedef
183 STDMETHOD(GetDeviceCaps)(THIS_ UINT Adapter,D3DDEVTYPE DeviceType,D3DCAPS8* pCaps) PURE; in DECLARE_INTERFACE_()259 STDMETHOD(GetDeviceCaps)(THIS_ D3DCAPS8* pCaps) PURE; in DECLARE_INTERFACE_()