Searched refs:SetNPatchMode (Results 1 – 6 of 6) sorted by relevance
712 long Direct3DDevice9Ex::SetNPatchMode(float segments) in SetNPatchMode() function in D3D9::Direct3DDevice9Ex716 return Direct3DDevice9::SetNPatchMode(segments); in SetNPatchMode()
136 long __stdcall SetNPatchMode(float segments) override;
153 long __stdcall SetNPatchMode(float segments) override;
162 device->SetNPatchMode(nPatchMode); in Apply()
2859 long Direct3DDevice9::SetNPatchMode(float segments) in SetNPatchMode() function in D3D9::Direct3DDevice9
237 virtual HRESULT WINAPI SetNPatchMode(float nSegments) = 0;825 HRESULT (WINAPI *SetNPatchMode)(IDirect3DDevice9 *This, float nSegments);952 #define IDirect3DDevice9_SetNPatchMode(p,a) (p)->lpVtbl->SetNPatchMode(p,a)1076 HRESULT (WINAPI *SetNPatchMode)(IDirect3DDevice9Ex *This, float nSegments);1219 #define IDirect3DDevice9Ex_SetNPatchMode(p,a) (p)->lpVtbl->SetNPatchMode(p,a)