Home
last modified time | relevance | path

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

/third_party/mesa3d/include/D3D9/
H A Dd3d9.h275 virtual HRESULT WINAPI DeletePatch(UINT Handle) = 0;
863 HRESULT (WINAPI *DeletePatch)(IDirect3DDevice9 *This, UINT Handle); member
990 #define IDirect3DDevice9_DeletePatch(p,a) (p)->lpVtbl->DeletePatch(p,a)
1114 HRESULT (WINAPI *DeletePatch)(IDirect3DDevice9Ex *This, UINT Handle); member
1257 #define IDirect3DDevice9Ex_DeletePatch(p,a) (p)->lpVtbl->DeletePatch(p,a)

Completed in 8 milliseconds