Searched refs:destDescription (Results 1 – 2 of 2) sorted by relevance
5358 D3DSURFACE_DESC destDescription; in StretchRect() local5361 destSurface->GetDesc(&destDescription); in StretchRect()5363 if(sourceDescription.Pool != D3DPOOL_DEFAULT || destDescription.Pool != D3DPOOL_DEFAULT) in StretchRect()6208 D3DSURFACE_DESC destDescription; in stretchRect() local6211 dest->GetDesc(&destDescription); in stretchRect()6242 if((sourceDescription.Format == D3DFMT_A8R8G8B8 && destDescription.Format == D3DFMT_X8R8G8B8) || in stretchRect()6243 (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()