Home
last modified time | relevance | path

Searched refs:GetCreationParameters (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DSwapChain8.cpp149 device->GetCreationParameters(&creationParameters); in reset()
DDirect3DDevice8.hpp93 long __stdcall GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) override;
DDirect3DDevice8.cpp1244 long Direct3DDevice8::GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) in GetCreationParameters() function in D3D8::Direct3DDevice8
/external/swiftshader/src/D3D9/
DDirect3DSwapChain9.cpp332 device->GetCreationParameters(&creationParameters); in reset()
DDirect3DDevice9Ex.cpp320 long Direct3DDevice9Ex::GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) in GetCreationParameters() function in D3D9::Direct3DDevice9Ex
324 return Direct3DDevice9::GetCreationParameters(parameters); in GetCreationParameters()
DDirect3DDevice9Ex.hpp66 long __stdcall GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) override;
DDirect3DDevice9.hpp97 long __stdcall GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) override;
DDirect3DDevice9.cpp1393 long Direct3DDevice9::GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) in GetCreationParameters() function in D3D9::Direct3DDevice9
/external/swiftshader/include/Direct3D/
Dd3d8.h261 STDMETHOD(GetCreationParameters)(THIS_ D3DDEVICE_CREATION_PARAMETERS *pParameters) PURE; in DECLARE_INTERFACE_() local
363 #define IDirect3DDevice8_GetCreationParameters(p,a) (p)->lpVtbl->GetCreationParameters(p,a)
461 #define IDirect3DDevice8_GetCreationParameters(p,a) (p)->GetCreationParameters(a)
/external/mesa3d/include/D3D9/
Dd3d9.h167 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)