Home | History | Annotate | Download | only in D3D9

Lines Matching refs:dirtyRegion

2284 	long Direct3DDevice9::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion)
2288 TRACE("const RECT *sourceRect = 0x%0.8p, const RECT *destRect = 0x%0.8p, HWND destWindowOverride = %d, const RGNDATA *dirtyRegion = 0x%0.8p", sourceRect, destRect, destWindowOverride, dirtyRegion);
2290 return swapChain->Present(sourceRect, destRect, destWindowOverride, dirtyRegion, 0);