Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DImage9.cpp176 const d3d9::D3DFormat &destD3DFormatInfo = d3d9::GetD3DFormatInfo(destDesc.Format); in CopyImage() local
203 destOffset.x * destD3DFormatInfo.pixelBytes + in CopyImage()
209 destD3DFormatInfo.pixelBytes, 0, destD3DFormatInfo.info().pixelWriteFunction, in CopyImage()
211 destD3DFormatInfo.info().componentType, sourceRect.width, sourceRect.height, in CopyImage()