Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D8/
DDirect3DTexture8.cpp165 unsigned long Direct3DTexture8::SetLOD(unsigned long newLOD) in SetLOD() function in D3D8::Direct3DTexture8
169 return Direct3DBaseTexture8::SetLOD(newLOD); in SetLOD()
DDirect3DCubeTexture8.cpp174 unsigned long Direct3DCubeTexture8::SetLOD(unsigned long newLOD) in SetLOD() function in D3D8::Direct3DCubeTexture8
178 return Direct3DBaseTexture8::SetLOD(newLOD); in SetLOD()
DDirect3DVolumeTexture8.cpp166 unsigned long Direct3DVolumeTexture8::SetLOD(unsigned long newLOD) in SetLOD() function in D3D8::Direct3DVolumeTexture8
170 return Direct3DBaseTexture8::SetLOD(newLOD); in SetLOD()
DDirect3DBaseTexture8.hpp54 unsigned long __stdcall SetLOD(unsigned long newLOD) override;
DDirect3DVolumeTexture8.hpp53 unsigned long __stdcall SetLOD(unsigned long newLOD) override;
DDirect3DTexture8.hpp53 unsigned long __stdcall SetLOD(unsigned long newLOD) override;
DDirect3DCubeTexture8.hpp53 unsigned long __stdcall SetLOD(unsigned long newLOD) override;
DDirect3DBaseTexture8.cpp138 unsigned long Direct3DBaseTexture8::SetLOD(unsigned long newLOD) in SetLOD() function in D3D8::Direct3DBaseTexture8
/external/swiftshader/src/D3D9/
DDirect3DTexture9.cpp229 unsigned long Direct3DTexture9::SetLOD(unsigned long newLOD) in SetLOD() function in D3D9::Direct3DTexture9
235 return Direct3DBaseTexture9::SetLOD(newLOD); in SetLOD()
DDirect3DCubeTexture9.cpp246 unsigned long Direct3DCubeTexture9::SetLOD(unsigned long newLOD) in SetLOD() function in D3D9::Direct3DCubeTexture9
252 return Direct3DBaseTexture9::SetLOD(newLOD); in SetLOD()
DDirect3DVolumeTexture9.cpp274 unsigned long Direct3DVolumeTexture9::SetLOD(unsigned long newLOD) in SetLOD() function in D3D9::Direct3DVolumeTexture9
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;
DDirect3DBaseTexture9.cpp210 unsigned long Direct3DBaseTexture9::SetLOD(unsigned long newLOD) in SetLOD() function in D3D9::Direct3DBaseTexture9
/external/swiftshader/include/Direct3D/
Dd3d8.h657 STDMETHOD_(DWORD, SetLOD)(THIS_ DWORD LODNew) PURE; in DECLARE_INTERFACE_()
676 #define IDirect3DBaseTexture8_SetLOD(p,a) (p)->lpVtbl->SetLOD(p,a)
691 #define IDirect3DBaseTexture8_SetLOD(p,a) (p)->SetLOD(a)
719 STDMETHOD_(DWORD, SetLOD)(THIS_ DWORD LODNew) PURE; in DECLARE_INTERFACE_()
743 #define IDirect3DTexture8_SetLOD(p,a) (p)->lpVtbl->SetLOD(p,a)
763 #define IDirect3DTexture8_SetLOD(p,a) (p)->SetLOD(a)
796 STDMETHOD_(DWORD, SetLOD)(THIS_ DWORD LODNew) PURE; in DECLARE_INTERFACE_()
820 #define IDirect3DVolumeTexture8_SetLOD(p,a) (p)->lpVtbl->SetLOD(p,a)
840 #define IDirect3DVolumeTexture8_SetLOD(p,a) (p)->SetLOD(a)
873 STDMETHOD_(DWORD, SetLOD)(THIS_ DWORD LODNew) PURE; in DECLARE_INTERFACE_()
[all …]
/external/mesa3d/include/D3D9/
Dd3d9.h129 virtual DWORD WINAPI SetLOD(DWORD LODNew) = 0;
611 DWORD (WINAPI *SetLOD)(IDirect3DBaseTexture9 *This, DWORD LODNew);
637 #define IDirect3DBaseTexture9_SetLOD(p,a) (p)->lpVtbl->SetLOD(p,a)
697 DWORD (WINAPI *SetLOD)(IDirect3DCubeTexture9 *This, DWORD LODNew);
729 #define IDirect3DCubeTexture9_SetLOD(p,a) (p)->lpVtbl->SetLOD(p,a)
1595 DWORD (WINAPI *SetLOD)(IDirect3DTexture9 *This, DWORD LODNew);
1627 #define IDirect3DTexture9_SetLOD(p,a) (p)->lpVtbl->SetLOD(p,a)
1780 DWORD (WINAPI *SetLOD)(IDirect3DVolumeTexture9 *This, DWORD LODNew);
1812 #define IDirect3DVolumeTexture9_SetLOD(p,a) (p)->lpVtbl->SetLOD(p,a)