Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DTexture9.cpp233 unsigned long Direct3DTexture9::SetLOD(unsigned long newLOD) in SetLOD() function in D3D9::Direct3DTexture9
239 return Direct3DBaseTexture9::SetLOD(newLOD); in SetLOD()
DDirect3DCubeTexture9.cpp250 unsigned long Direct3DCubeTexture9::SetLOD(unsigned long newLOD) in SetLOD() function in D3D9::Direct3DCubeTexture9
256 return Direct3DBaseTexture9::SetLOD(newLOD); in SetLOD()
DDirect3DBaseTexture9.hpp52 unsigned long __stdcall SetLOD(unsigned long newLOD);
DDirect3DVolumeTexture9.cpp278 unsigned long Direct3DVolumeTexture9::SetLOD(unsigned long newLOD) in SetLOD() function in D3D9::Direct3DVolumeTexture9
284 return Direct3DBaseTexture9::SetLOD(newLOD); in SetLOD()
DDirect3DVolumeTexture9.hpp51 unsigned long __stdcall SetLOD(unsigned long newLOD);
DDirect3DTexture9.hpp51 unsigned long __stdcall SetLOD(unsigned long newLOD);
DDirect3DCubeTexture9.hpp51 unsigned long __stdcall SetLOD(unsigned long newLOD);
DDirect3DBaseTexture9.cpp210 unsigned long Direct3DBaseTexture9::SetLOD(unsigned long newLOD) in SetLOD() function in D3D9::Direct3DBaseTexture9