Searched refs:PresentEx (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/src/D3D9/ |
D | Direct3DDevice9Ex.hpp | 180 long __stdcall PresentEx(const RECT *,const RECT *,HWND,const RGNDATA *,DWORD) override;
|
D | Direct3DDevice9Ex.cpp | 926 HRESULT Direct3DDevice9Ex::PresentEx(const RECT *,const RECT *,HWND,const RGNDATA *,DWORD) in PresentEx() function in D3D9::Direct3DDevice9Ex
|
/external/mesa3d/include/D3D9/ |
D | d3d9.h | 283 …virtual HRESULT WINAPI PresentEx(const RECT *pSourceRect, const RECT *pDestRect, HWND hDestWindowO… 1119 …HRESULT (WINAPI *PresentEx)(IDirect3DDevice9Ex *This, const RECT *pSourceRect, const RECT *pDestRe… 1262 #define IDirect3DDevice9Ex_PresentEx(p,a,b,c,d,e) (p)->lpVtbl->PresentEx(p,a,b,c,d,e)
|