Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.cpp901 long Direct3DDevice9Ex::ValidateDevice(unsigned long *numPasses) in ValidateDevice() function in D3D9::Direct3DDevice9Ex
905 return Direct3DDevice9::ValidateDevice(numPasses); in ValidateDevice()
DDirect3DDevice9Ex.hpp127 long __stdcall ValidateDevice(unsigned long *numPasses) override;
DDirect3DDevice9.hpp180 long __stdcall ValidateDevice(unsigned long *numPasses) override;
DDirect3DDevice9.cpp5627 long Direct3DDevice9::ValidateDevice(unsigned long *numPasses) in ValidateDevice() function in D3D9::Direct3DDevice9
/external/swiftshader/src/D3D8/
DDirect3DDevice8.hpp152 long __stdcall ValidateDevice(unsigned long *numPasses) override;
DDirect3DDevice8.cpp4127 long Direct3DDevice8::ValidateDevice(unsigned long *numPasses) in ValidateDevice() function in D3D8::Direct3DDevice8
/external/swiftshader/include/Direct3D/
Dd3d8.h316 STDMETHOD(ValidateDevice)(THIS_ DWORD* pNumPasses) PURE; in DECLARE_INTERFACE_() local
418 #define IDirect3DDevice8_ValidateDevice(p,a) (p)->lpVtbl->ValidateDevice(p,a)
516 #define IDirect3DDevice8_ValidateDevice(p,a) (p)->ValidateDevice(a)
/external/mesa3d/include/D3D9/
Dd3d9.h228 virtual HRESULT WINAPI ValidateDevice(DWORD *pNumPasses) = 0;
816 HRESULT (WINAPI *ValidateDevice)(IDirect3DDevice9 *This, DWORD *pNumPasses);
943 #define IDirect3DDevice9_ValidateDevice(p,a) (p)->lpVtbl->ValidateDevice(p,a)
1067 HRESULT (WINAPI *ValidateDevice)(IDirect3DDevice9Ex *This, DWORD *pNumPasses);
1210 #define IDirect3DDevice9Ex_ValidateDevice(p,a) (p)->lpVtbl->ValidateDevice(p,a)