Home | History | Annotate | Download | only in D3D8

Lines Matching refs:dirtyRegion

1831 	long Direct3DDevice8::Present(const RECT *sourceRect, const RECT *destRect, HWND destWindowOverride, const RGNDATA *dirtyRegion)
1835 // NOTE: sourceRect and destRect can be null, dirtyRegion has to be null
1844 if(dirtyRegion)
1849 swapChain[0]->Present(sourceRect, destRect, destWindowOverride, dirtyRegion);