Home
last modified time | relevance | path

Searched refs:destDescription (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp5359 D3DSURFACE_DESC destDescription; in StretchRect() local
5362 destSurface->GetDesc(&destDescription); in StretchRect()
5364 if(sourceDescription.Pool != D3DPOOL_DEFAULT || destDescription.Pool != D3DPOOL_DEFAULT) in StretchRect()
6209 D3DSURFACE_DESC destDescription; in stretchRect() local
6212 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()
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp419 D3DSURFACE_DESC destDescription; in CopyRects() local
422 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()