Home
last modified time | relevance | path

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

/third_party/mesa3d/include/D3D9/
H A Dd3d9.h248 virtual HRESULT WINAPI GetFVF(DWORD *pFVF) = 0;
836 HRESULT (WINAPI *GetFVF)(IDirect3DDevice9 *This, DWORD *pFVF); member
963 #define IDirect3DDevice9_GetFVF(p,a) (p)->lpVtbl->GetFVF(p,a)
1087 HRESULT (WINAPI *GetFVF)(IDirect3DDevice9Ex *This, DWORD *pFVF); member
1230 #define IDirect3DDevice9Ex_GetFVF(p,a) (p)->lpVtbl->GetFVF(p,a)

Completed in 7 milliseconds