Searched refs:DeletePatch (Results 1 - 8 of 8) sorted by relevance

/external/swiftshader/src/D3D8/
H A DDirect3DDevice8.hpp77 long __stdcall DeletePatch(unsigned int handle) override;
H A DDirect3DDevice8.cpp848 long Direct3DDevice8::DeletePatch(unsigned int handle) function in class:D3D8::Direct3DDevice8
/external/swiftshader/src/D3D9/
H A DDirect3DDevice9Ex.hpp174 long __stdcall DeletePatch(unsigned int handle) override;
H A DDirect3DDevice9Ex.cpp222 long Direct3DDevice9Ex::DeletePatch(unsigned int handle) function in class:D3D9::Direct3DDevice9Ex
226 return Direct3DDevice9::DeletePatch(handle);
H A DDirect3DDevice9.hpp83 long __stdcall DeletePatch(unsigned int handle) override;
H A DDirect3DDevice9.cpp985 long Direct3DDevice9::DeletePatch(unsigned int handle) function in class:D3D9::Direct3DDevice9
/external/swiftshader/include/Direct3D/
H A Dd3d8.h348 STDMETHOD(DeletePatch)(THIS_ UINT Handle) PURE;
450 #define IDirect3DDevice8_DeletePatch(p,a) (p)->lpVtbl->DeletePatch(p,a)
548 #define IDirect3DDevice8_DeletePatch(p,a) (p)->DeletePatch(a)
/external/mesa3d/include/D3D9/
H A Dd3d9.h275 virtual HRESULT WINAPI DeletePatch(UINT Handle) = 0;
863 HRESULT (WINAPI *DeletePatch)(IDirect3DDevice9 *This, UINT Handle); member in struct:IDirect3DDevice9Vtbl
990 #define IDirect3DDevice9_DeletePatch(p,a) (p)->lpVtbl->DeletePatch(p,a)
1114 HRESULT (WINAPI *DeletePatch)(IDirect3DDevice9Ex *This, UINT Handle); member in struct:IDirect3DDevice9ExVtbl
1257 #define IDirect3DDevice9Ex_DeletePatch(p,a) (p)->lpVtbl->DeletePatch(p,a)

Completed in 298 milliseconds