Searched refs:destDescription (Results 1 – 2 of 2) sorted by relevance
5359 D3DSURFACE_DESC destDescription; in StretchRect() local5362 destSurface->GetDesc(&destDescription); in StretchRect()5364 if(sourceDescription.Pool != D3DPOOL_DEFAULT || destDescription.Pool != D3DPOOL_DEFAULT) in StretchRect()6209 D3DSURFACE_DESC destDescription; in stretchRect() local6212 dest->GetDesc(&destDescription); in stretchRect()6243 if((sourceDescription.Format == D3DFMT_A8R8G8B8 && destDescription.Format == D3DFMT_X8R8G8B8) || in stretchRect()6244 (sourceDescription.Format == D3DFMT_X8R8G8B8 && destDescription.Format == D3DFMT_A8R8G8B8)) in stretchRect()
419 D3DSURFACE_DESC destDescription; in CopyRects() local422 destinationSurface->GetDesc(&destDescription); in CopyRects()424 if(sourceDescription.Format != destDescription.Format) in CopyRects()431 int dWidth = destDescription.Width; in CopyRects()432 int dHeight = destDescription.Height; in CopyRects()