Home
last modified time | relevance | path

Searched refs:GetSwapChain (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp523 long Direct3DDevice9Ex::GetSwapChain(unsigned int index, IDirect3DSwapChain9 **swapChain) in GetSwapChain() function in D3D9::Direct3DDevice9Ex
527 return Direct3DDevice9::GetSwapChain(index, swapChain); in GetSwapChain()
DDirect3DDevice9Ex.hpp71 long __stdcall GetSwapChain(unsigned int index, IDirect3DSwapChain9 **swapChain) override;
DDirect3DDevice9.hpp126 long __stdcall GetSwapChain(unsigned int index, IDirect3DSwapChain9 **swapChain) override;
DDirect3DDevice9.cpp1959 long Direct3DDevice9::GetSwapChain(unsigned int index, IDirect3DSwapChain9 **swapChain) in GetSwapChain() function in D3D9::Direct3DDevice9
/external/mesa3d/include/D3D9/
Dd3d9.h172 virtual HRESULT WINAPI GetSwapChain(UINT iSwapChain, IDirect3DSwapChain9 **pSwapChain) = 0;
760 …HRESULT (WINAPI *GetSwapChain)(IDirect3DDevice9 *This, UINT iSwapChain, IDirect3DSwapChain9 **pSwa…
887 #define IDirect3DDevice9_GetSwapChain(p,a,b) (p)->lpVtbl->GetSwapChain(p,a,b)
1011 …HRESULT (WINAPI *GetSwapChain)(IDirect3DDevice9Ex *This, UINT iSwapChain, IDirect3DSwapChain9 **pS…
1154 #define IDirect3DDevice9Ex_GetSwapChain(p,a,b) (p)->lpVtbl->GetSwapChain(p,a,b)