Searched refs:GetFrontBufferData (Results 1 - 7 of 7) sorted by relevance

/external/swiftshader/src/D3D9/
H A DDirect3DSwapChain9.hpp44 long __stdcall GetFrontBufferData(IDirect3DSurface9 *destSurface) override;
H A DDirect3DSwapChain9.cpp190 long Direct3DSwapChain9::GetFrontBufferData(IDirect3DSurface9 *destSurface) function in class:D3D9::Direct3DSwapChain9
H A DDirect3DDevice9Ex.hpp90 long __stdcall GetFrontBufferData(unsigned int swapChain, IDirect3DSurface9 *destSurface) override;
H A DDirect3DDevice9Ex.cpp362 long Direct3DDevice9Ex::GetFrontBufferData(unsigned int index, IDirect3DSurface9 *destSurface) function in class:D3D9::Direct3DDevice9Ex
366 return Direct3DDevice9::GetFrontBufferData(index, destSurface);
H A DDirect3DDevice9.hpp103 long __stdcall GetFrontBufferData(unsigned int swapChain, IDirect3DSurface9 *destSurface) override;
H A DDirect3DDevice9.cpp1493 long Direct3DDevice9::GetFrontBufferData(unsigned int index, IDirect3DSurface9 *destSurface) function in class:D3D9::Direct3DDevice9
1504 return swapChain->GetFrontBufferData(destSurface);
/external/mesa3d/include/D3D9/
H A Dd3d9.h191 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 *pDestSurface); member in struct:IDirect3DDevice9Vtbl
906 #define IDirect3DDevice9_GetFrontBufferData(p,a,b) (p)->lpVtbl->GetFrontBufferData(p,a,b)
1030 HRESULT (WINAPI *GetFrontBufferData)(IDirect3DDevice9Ex *This, UINT iSwapChain, IDirect3DSurface9 *pDestSurface); member in struct:IDirect3DDevice9ExVtbl
1173 #define IDirect3DDevice9Ex_GetFrontBufferData(p,a,b) (p)->lpVtbl->GetFrontBufferData(p,a,b)
1513 HRESULT (WINAPI *GetFrontBufferData)(IDirect3DSwapChain9 *This, IDirect3DSurface9 *pDestSurface); member in struct:IDirect3DSwapChain9Vtbl
1531 #define IDirect3DSwapChain9_GetFrontBufferData(p,a) (p)->lpVtbl->GetFrontBufferData(p,a)
1546 HRESULT (WINAPI *GetFrontBufferData)(IDirect3DSwapChain9Ex *This, IDirect3DSurface9 *pDestSurface); member in struct:IDirect3DSwapChain9ExVtbl
1568 #define IDirect3DSwapChain9Ex_GetFrontBufferData(p,a) (p)->lpVtbl->GetFrontBufferData(
[all...]

Completed in 196 milliseconds