Searched defs:GetCreationParameters (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/src/D3D9/
H A DDirect3DDevice9.cpp1393 long Direct3DDevice9::GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) function in class:D3D9::Direct3DDevice9
H A DDirect3DDevice9Ex.cpp320 long Direct3DDevice9Ex::GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) function in class:D3D9::Direct3DDevice9Ex
324 return Direct3DDevice9::GetCreationParameters(parameters);
/external/swiftshader/src/D3D8/
H A DDirect3DDevice8.cpp1244 long Direct3DDevice8::GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *parameters) function in class:D3D8::Direct3DDevice8
/external/mesa3d/include/D3D9/
H A Dd3d9.h167 virtual HRESULT WINAPI GetCreationParameters(D3DDEVICE_CREATION_PARAMETERS *pParameters) = 0;
755 HRESULT (WINAPI *GetCreationParameters)(IDirect3DDevice9 *This, D3DDEVICE_CREATION_PARAMETERS *pParameters); member in struct:IDirect3DDevice9Vtbl
882 #define IDirect3DDevice9_GetCreationParameters(p,a) (p)->lpVtbl->GetCreationParameters(p,a)
1006 HRESULT (WINAPI *GetCreationParameters)(IDirect3DDevice9Ex *This, D3DDEVICE_CREATION_PARAMETERS *pParameters); member in struct:IDirect3DDevice9ExVtbl
1149 #define IDirect3DDevice9Ex_GetCreationParameters(p,a) (p)->lpVtbl->GetCreationParameters(p,a)

Completed in 213 milliseconds