Searched refs:SetSoftwareVertexProcessing (Results 1 – 5 of 5) sorted by relevance
782 long Direct3DDevice9Ex::SetSoftwareVertexProcessing(int software) in SetSoftwareVertexProcessing() function in D3D9::Direct3DDevice9Ex786 return Direct3DDevice9::SetSoftwareVertexProcessing(software); in SetSoftwareVertexProcessing()
134 long __stdcall SetSoftwareVertexProcessing(int software) override;
163 long __stdcall SetSoftwareVertexProcessing(int software) override;
4381 long Direct3DDevice9::SetSoftwareVertexProcessing(int software) in SetSoftwareVertexProcessing() function in D3D9::Direct3DDevice9
235 virtual HRESULT WINAPI SetSoftwareVertexProcessing(BOOL bSoftware) = 0;823 HRESULT (WINAPI *SetSoftwareVertexProcessing)(IDirect3DDevice9 *This, BOOL bSoftware);950 #define IDirect3DDevice9_SetSoftwareVertexProcessing(p,a) (p)->lpVtbl->SetSoftwareVertexProcessing(…1074 HRESULT (WINAPI *SetSoftwareVertexProcessing)(IDirect3DDevice9Ex *This, BOOL bSoftware);1217 …e IDirect3DDevice9Ex_SetSoftwareVertexProcessing(p,a) (p)->lpVtbl->SetSoftwareVertexProcessing(p,a)