HomeSort by relevance Sort by last modified time
    Searched refs:ValidateDevice (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/src/D3D8/
Direct3DDevice8.hpp 152 long __stdcall ValidateDevice(unsigned long *numPasses) override;
Direct3DDevice8.cpp     [all...]
  /external/swiftshader/src/D3D9/
Direct3DDevice9Ex.hpp 127 long __stdcall ValidateDevice(unsigned long *numPasses) override;
Direct3DDevice9Ex.cpp     [all...]
Direct3DDevice9.hpp 180 long __stdcall ValidateDevice(unsigned long *numPasses) override;
Direct3DDevice9.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d.h     [all...]
d3d9.h     [all...]
d3d8.h     [all...]
  /external/swiftshader/include/Direct3D/
d3d8.h 316 STDMETHOD(ValidateDevice)(THIS_ DWORD* pNumPasses) PURE;
418 #define IDirect3DDevice8_ValidateDevice(p,a) (p)->lpVtbl->ValidateDevice(p,a)
516 #define IDirect3DDevice8_ValidateDevice(p,a) (p)->ValidateDevice(a)
    [all...]
  /external/mesa3d/include/D3D9/
d3d9.h 228 virtual HRESULT WINAPI ValidateDevice(DWORD *pNumPasses) = 0;
    [all...]

Completed in 165 milliseconds