Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DBaseTexture9.cpp210 unsigned long Direct3DBaseTexture9::SetLOD(unsigned long newLOD) in SetLOD() argument
217 LOD = newLOD < levels ? newLOD : levels - 1; in SetLOD()
DDirect3DTexture9.cpp229 unsigned long Direct3DTexture9::SetLOD(unsigned long newLOD) in SetLOD() argument
233 TRACE("unsigned long newLOD = %d", newLOD); in SetLOD()
235 return Direct3DBaseTexture9::SetLOD(newLOD); in SetLOD()
DDirect3DCubeTexture9.cpp246 unsigned long Direct3DCubeTexture9::SetLOD(unsigned long newLOD) in SetLOD() argument
252 return Direct3DBaseTexture9::SetLOD(newLOD); in SetLOD()
DDirect3DVolumeTexture9.cpp274 unsigned long Direct3DVolumeTexture9::SetLOD(unsigned long newLOD) in SetLOD() argument
280 return Direct3DBaseTexture9::SetLOD(newLOD); in SetLOD()
DDirect3DBaseTexture9.hpp52 unsigned long __stdcall SetLOD(unsigned long newLOD) override;
DDirect3DVolumeTexture9.hpp51 unsigned long __stdcall SetLOD(unsigned long newLOD) override;
DDirect3DTexture9.hpp51 unsigned long __stdcall SetLOD(unsigned long newLOD) override;
DDirect3DCubeTexture9.hpp51 unsigned long __stdcall SetLOD(unsigned long newLOD) override;
/external/swiftshader/src/D3D8/
DDirect3DBaseTexture8.cpp138 unsigned long Direct3DBaseTexture8::SetLOD(unsigned long newLOD) in SetLOD() argument
142 LOD = newLOD; in SetLOD()
DDirect3DTexture8.cpp165 unsigned long Direct3DTexture8::SetLOD(unsigned long newLOD) in SetLOD() argument
169 return Direct3DBaseTexture8::SetLOD(newLOD); in SetLOD()
DDirect3DVolumeTexture8.cpp166 unsigned long Direct3DVolumeTexture8::SetLOD(unsigned long newLOD) in SetLOD() argument
170 return Direct3DBaseTexture8::SetLOD(newLOD); in SetLOD()
DDirect3DCubeTexture8.cpp174 unsigned long Direct3DCubeTexture8::SetLOD(unsigned long newLOD) in SetLOD() argument
178 return Direct3DBaseTexture8::SetLOD(newLOD); in SetLOD()
DDirect3DBaseTexture8.hpp54 unsigned long __stdcall SetLOD(unsigned long newLOD) override;
DDirect3DTexture8.hpp53 unsigned long __stdcall SetLOD(unsigned long newLOD) override;
DDirect3DVolumeTexture8.hpp53 unsigned long __stdcall SetLOD(unsigned long newLOD) override;
DDirect3DCubeTexture8.hpp53 unsigned long __stdcall SetLOD(unsigned long newLOD) override;