Searched refs:SetFVF (Results 1 – 8 of 8) sorted by relevance
210 d3d_device_->SetFVF(D3DFVF_CUSTOMVERTEX); in RenderFrame()
677 long Direct3DDevice9Ex::SetFVF(unsigned long FVF) in SetFVF() function in D3D9::Direct3DDevice9Ex681 return Direct3DDevice9::SetFVF(FVF); in SetFVF()
146 long __stdcall SetFVF(unsigned long FVF) override;
148 long __stdcall SetFVF(unsigned long FVF) override;
139 device->SetFVF(FVF); in Apply()
2727 long Direct3DDevice9::SetFVF(unsigned long FVF) in SetFVF() function in D3D9::Direct3DDevice9
603 _pd3dDevice->SetFVF(D3DFVF_CUSTOMVERTEX); in UpdateRenderSurface()
247 virtual HRESULT WINAPI SetFVF(DWORD FVF) = 0;835 HRESULT (WINAPI *SetFVF)(IDirect3DDevice9 *This, DWORD FVF);962 #define IDirect3DDevice9_SetFVF(p,a) (p)->lpVtbl->SetFVF(p,a)1086 HRESULT (WINAPI *SetFVF)(IDirect3DDevice9Ex *This, DWORD FVF);1229 #define IDirect3DDevice9Ex_SetFVF(p,a) (p)->lpVtbl->SetFVF(p,a)