Searched refs:GetFVF (Results 1 – 6 of 6) sorted by relevance
331 device->GetFVF(&FVF); in Capture()1235 device->GetFVF(&FVF); in captureFVF()
369 long Direct3DDevice9Ex::GetFVF(unsigned long *FVF) in GetFVF() function in D3D9::Direct3DDevice9Ex373 return Direct3DDevice9::GetFVF(FVF); in GetFVF()
147 long __stdcall GetFVF(unsigned long *FVF) override;
104 long __stdcall GetFVF(unsigned long *FVF) override;
1507 long Direct3DDevice9::GetFVF(unsigned long *FVF) in GetFVF() function in D3D9::Direct3DDevice9
248 virtual HRESULT WINAPI GetFVF(DWORD *pFVF) = 0;836 HRESULT (WINAPI *GetFVF)(IDirect3DDevice9 *This, DWORD *pFVF);963 #define IDirect3DDevice9_GetFVF(p,a) (p)->lpVtbl->GetFVF(p,a)1087 HRESULT (WINAPI *GetFVF)(IDirect3DDevice9Ex *This, DWORD *pFVF);1230 #define IDirect3DDevice9Ex_GetFVF(p,a) (p)->lpVtbl->GetFVF(p,a)