Home
last modified time | relevance | path

Searched refs:destWindowOverride (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/D3D8/
DDirect3DSwapChain8.cpp76 …Chain8::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDA… in Present() argument
90 frameBuffer->flip(destWindowOverride, source, format, stride); in Present()
113 …frameBuffer->blit(destWindowOverride, source, sourceRect ? &sRect : nullptr, destRect ? &dRect : n… in Present()
DDirect3DSwapChain8.hpp41 …long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, cons…
DDirect3DDevice8.hpp124 …long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, cons…
DDirect3DDevice8.cpp1831 …evice8::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDA… in Present() argument
1839 if(destWindowOverride && destWindowOverride != windowHandle) in Present()
1849 swapChain[0]->Present(sourceRect, destRect, destWindowOverride, dirtyRegion); in Present()
/external/swiftshader/src/D3D9/
DDirect3DSwapChain9.cpp80 …Chain9::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDA… in Present() argument
151 HWND window = destWindowOverride ? destWindowOverride : presentParameters.hDeviceWindow; in Present()
DDirect3DSwapChain9.hpp43 …long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, cons…
DDirect3DDevice9Ex.cpp607 …ice9Ex::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDA… in Present() argument
609 …= %d, const RGNDATA *dirtyRegion = 0x%0.8p", sourceRect, destRect, destWindowOverride, dirtyRegion… in Present()
611 return Direct3DDevice9::Present(sourceRect, destRect, destWindowOverride, dirtyRegion); in Present()
DDirect3DDevice9Ex.hpp74 …long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, cons…
DDirect3DDevice9.hpp138 …long __stdcall Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, cons…
DDirect3DDevice9.cpp2284 …evice9::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDA… in Present() argument
2288 …= %d, const RGNDATA *dirtyRegion = 0x%0.8p", sourceRect, destRect, destWindowOverride, dirtyRegion… in Present()
2290 return swapChain->Present(sourceRect, destRect, destWindowOverride, dirtyRegion, 0); in Present()