Home
last modified time | relevance | path

Searched refs:GetFrontBufferData (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DSwapChain9.hpp44 long __stdcall GetFrontBufferData(IDirect3DSurface9 *destSurface);
DDirect3DSwapChain9.cpp195 long Direct3DSwapChain9::GetFrontBufferData(IDirect3DSurface9 *destSurface) in GetFrontBufferData() function in D3D9::Direct3DSwapChain9
DDirect3DDevice9Ex.cpp362 long Direct3DDevice9Ex::GetFrontBufferData(unsigned int index, IDirect3DSurface9 *destSurface) in GetFrontBufferData() function in D3D9::Direct3DDevice9Ex
366 return Direct3DDevice9::GetFrontBufferData(index, destSurface); in GetFrontBufferData()
DDirect3DDevice9Ex.hpp90 long __stdcall GetFrontBufferData(unsigned int swapChain, IDirect3DSurface9 *destSurface);
DDirect3DDevice9.hpp103 long __stdcall GetFrontBufferData(unsigned int swapChain, IDirect3DSurface9 *destSurface);
DDirect3DDevice9.cpp1493 long Direct3DDevice9::GetFrontBufferData(unsigned int index, IDirect3DSurface9 *destSurface) in GetFrontBufferData() function in D3D9::Direct3DDevice9
1504 return swapChain->GetFrontBufferData(destSurface); in GetFrontBufferData()