Home
last modified time | relevance | path

Searched refs:GetSwapChain (Results 1 – 4 of 4) 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);
DDirect3DDevice9.hpp126 long __stdcall GetSwapChain(unsigned int index, IDirect3DSwapChain9 **swapChain);
DDirect3DDevice9.cpp1958 long Direct3DDevice9::GetSwapChain(unsigned int index, IDirect3DSwapChain9 **swapChain) in GetSwapChain() function in D3D9::Direct3DDevice9