Searched refs:GetFrontBufferData (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DSwapChain9.hpp | 44 long __stdcall GetFrontBufferData(IDirect3DSurface9 *destSurface) override;
|
D | Direct3DSwapChain9.cpp | 190 long Direct3DSwapChain9::GetFrontBufferData(IDirect3DSurface9 *destSurface) in GetFrontBufferData() function in D3D9::Direct3DSwapChain9
|
D | Direct3DDevice9Ex.cpp | 362 long Direct3DDevice9Ex::GetFrontBufferData(unsigned int index, IDirect3DSurface9 *destSurface) in GetFrontBufferData() function in D3D9::Direct3DDevice9Ex 366 return Direct3DDevice9::GetFrontBufferData(index, destSurface); in GetFrontBufferData()
|
D | Direct3DDevice9Ex.hpp | 90 …long __stdcall GetFrontBufferData(unsigned int swapChain, IDirect3DSurface9 *destSurface) override;
|
D | Direct3DDevice9.hpp | 103 …long __stdcall GetFrontBufferData(unsigned int swapChain, IDirect3DSurface9 *destSurface) override;
|
D | Direct3DDevice9.cpp | 1493 long Direct3DDevice9::GetFrontBufferData(unsigned int index, IDirect3DSurface9 *destSurface) in GetFrontBufferData() function in D3D9::Direct3DDevice9 1504 return swapChain->GetFrontBufferData(destSurface); in GetFrontBufferData()
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 191 virtual HRESULT WINAPI GetFrontBufferData(UINT iSwapChain, IDirect3DSurface9 *pDestSurface) = 0; 347 virtual HRESULT WINAPI GetFrontBufferData(IDirect3DSurface9 *pDestSurface) = 0; 779 …HRESULT (WINAPI *GetFrontBufferData)(IDirect3DDevice9 *This, UINT iSwapChain, IDirect3DSurface9 *p… 906 #define IDirect3DDevice9_GetFrontBufferData(p,a,b) (p)->lpVtbl->GetFrontBufferData(p,a,b) 1030 …HRESULT (WINAPI *GetFrontBufferData)(IDirect3DDevice9Ex *This, UINT iSwapChain, IDirect3DSurface9 … 1173 #define IDirect3DDevice9Ex_GetFrontBufferData(p,a,b) (p)->lpVtbl->GetFrontBufferData(p,a,b) 1513 HRESULT (WINAPI *GetFrontBufferData)(IDirect3DSwapChain9 *This, IDirect3DSurface9 *pDestSurface); 1531 #define IDirect3DSwapChain9_GetFrontBufferData(p,a) (p)->lpVtbl->GetFrontBufferData(p,a) 1546 HRESULT (WINAPI *GetFrontBufferData)(IDirect3DSwapChain9Ex *This, IDirect3DSurface9 *pDestSurface); 1568 #define IDirect3DSwapChain9Ex_GetFrontBufferData(p,a) (p)->lpVtbl->GetFrontBufferData(p,a)
|