Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DVolume9.cpp33 …ice(device), Surface(container->getResource(), width, height, depth, translateFormat(format), isLo… in Direct3DVolume9()
215 sw::Format Direct3DVolume9::translateFormat(D3DFORMAT format) in translateFormat() function in D3D9::Direct3DVolume9
217 return Direct3DSurface9::translateFormat(format); in translateFormat()
222 return Surface::size(width, height, depth, translateFormat(format)); in memoryUsage()
DDirect3DSurface9.cpp79 …source(container), width, height, sampleCount(multiSample, quality), translateFormat(format), isLo… in Direct3DSurface9()
332 sw::Format Direct3DSurface9::translateFormat(D3DFORMAT format) in translateFormat() function in D3D9::Direct3DSurface9
400 return Surface::bytes(translateFormat(format)); in bytes()
405 return Surface::size(width, height, 1, translateFormat(format)); in memoryUsage()
DDirect3DVolume9.hpp53 static sw::Format translateFormat(D3DFORMAT format);
DDirect3DSurface9.hpp59 static sw::Format translateFormat(D3DFORMAT format);