Searched refs:GetCreationParameters (Results 1 – 10 of 10) sorted by relevance
149 device->GetCreationParameters(&creationParameters); in reset()
93 long __stdcall GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) override;
1244 long Direct3DDevice8::GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) in GetCreationParameters() function in D3D8::Direct3DDevice8
332 device->GetCreationParameters(&creationParameters); in reset()
320 long Direct3DDevice9Ex::GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) in GetCreationParameters() function in D3D9::Direct3DDevice9Ex324 return Direct3DDevice9::GetCreationParameters(parameters); in GetCreationParameters()
66 long __stdcall GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) override;
97 long __stdcall GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) override;
1393 long Direct3DDevice9::GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) in GetCreationParameters() function in D3D9::Direct3DDevice9
261 STDMETHOD(GetCreationParameters)(THIS_ D3DDEVICE_CREATION_PARAMETERS *pParameters) PURE; in DECLARE_INTERFACE_() local363 #define IDirect3DDevice8_GetCreationParameters(p,a) (p)->lpVtbl->GetCreationParameters(p,a)461 #define IDirect3DDevice8_GetCreationParameters(p,a) (p)->GetCreationParameters(a)
167 virtual HRESULT WINAPI GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *pParameters) = 0;755 …HRESULT (WINAPI *GetCreationParameters)(IDirect3DDevice9 *This, D3DDEVICE_CREATION_PARAMETERS *pPa…882 #define IDirect3DDevice9_GetCreationParameters(p,a) (p)->lpVtbl->GetCreationParameters(p,a)1006 …HRESULT (WINAPI *GetCreationParameters)(IDirect3DDevice9Ex *This, D3DDEVICE_CREATION_PARAMETERS *p…1149 #define IDirect3DDevice9Ex_GetCreationParameters(p,a) (p)->lpVtbl->GetCreationParameters(p,a)