Home
last modified time | relevance | path

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

/third_party/mesa3d/include/D3D9/
H A Dd3d9.h237 virtual HRESULT WINAPI SetNPatchMode(float nSegments) = 0;
825 HRESULT (WINAPI *SetNPatchMode)(IDirect3DDevice9 *This, float nSegments); member
952 #define IDirect3DDevice9_SetNPatchMode(p,a) (p)->lpVtbl->SetNPatchMode(p,a)
1076 HRESULT (WINAPI *SetNPatchMode)(IDirect3DDevice9Ex *This, float nSegments); member
1219 #define IDirect3DDevice9Ex_SetNPatchMode(p,a) (p)->lpVtbl->SetNPatchMode(p,a)

Completed in 8 milliseconds