Searched refs:sourceDescription (Results 1 – 1 of 1) sorted by relevance
1809 D3DSURFACE_DESC sourceDescription; in GetRenderTargetData() local1812 renderTarget->GetDesc(&sourceDescription); in GetRenderTargetData()1815 if(sourceDescription.Width != destinationDescription.Width || in GetRenderTargetData()1816 sourceDescription.Height != destinationDescription.Height || in GetRenderTargetData()1817 sourceDescription.Format != destinationDescription.Format || in GetRenderTargetData()1818 sourceDescription.MultiSampleType != D3DMULTISAMPLE_NONE) in GetRenderTargetData()1823 if(sourceDescription.Format == D3DFMT_A8R8G8B8 || in GetRenderTargetData()1824 sourceDescription.Format == D3DFMT_X8R8G8B8) in GetRenderTargetData()1837 update.width = sourceDescription.Width; in GetRenderTargetData()1838 update.height = sourceDescription.Height; in GetRenderTargetData()[all …]