Searched refs:newLOD (Results 1 – 16 of 16) sorted by relevance
210 unsigned long Direct3DBaseTexture9::SetLOD(unsigned long newLOD) in SetLOD() argument217 LOD = newLOD < levels ? newLOD : levels - 1; in SetLOD()
229 unsigned long Direct3DTexture9::SetLOD(unsigned long newLOD) in SetLOD() argument233 TRACE("unsigned long newLOD = %d", newLOD); in SetLOD()235 return Direct3DBaseTexture9::SetLOD(newLOD); in SetLOD()
246 unsigned long Direct3DCubeTexture9::SetLOD(unsigned long newLOD) in SetLOD() argument252 return Direct3DBaseTexture9::SetLOD(newLOD); in SetLOD()
274 unsigned long Direct3DVolumeTexture9::SetLOD(unsigned long newLOD) in SetLOD() argument280 return Direct3DBaseTexture9::SetLOD(newLOD); in SetLOD()
52 unsigned long __stdcall SetLOD(unsigned long newLOD) override;
51 unsigned long __stdcall SetLOD(unsigned long newLOD) override;
138 unsigned long Direct3DBaseTexture8::SetLOD(unsigned long newLOD) in SetLOD() argument142 LOD = newLOD; in SetLOD()
165 unsigned long Direct3DTexture8::SetLOD(unsigned long newLOD) in SetLOD() argument169 return Direct3DBaseTexture8::SetLOD(newLOD); in SetLOD()
166 unsigned long Direct3DVolumeTexture8::SetLOD(unsigned long newLOD) in SetLOD() argument170 return Direct3DBaseTexture8::SetLOD(newLOD); in SetLOD()
174 unsigned long Direct3DCubeTexture8::SetLOD(unsigned long newLOD) in SetLOD() argument178 return Direct3DBaseTexture8::SetLOD(newLOD); in SetLOD()
54 unsigned long __stdcall SetLOD(unsigned long newLOD) override;
53 unsigned long __stdcall SetLOD(unsigned long newLOD) override;