Home
last modified time | relevance | path

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

/third_party/mesa3d/include/d3dadapter/
H A Dpresent.h84 HRESULT (WINAPI *GetPresentStats)(ID3DPresent *This, D3DPRESENTSTATS *pStats); member
123 #define ID3DPresent_GetPresentStats(p,a) (p)->lpVtbl->GetPresentStats(p,a)
/third_party/mesa3d/include/D3D9/
H A Dd3d9.h358 virtual HRESULT WINAPI GetPresentStats(D3DPRESENTSTATS *pPresentationStatistics) = 0;
1554 HRESULT (WINAPI *GetPresentStats)(IDirect3DSwapChain9Ex *This, D3DPRESENTSTATS *pPresentationStatistics); member
1576 #define IDirect3DSwapChain9Ex_GetPresentStats(p,a) (p)->lpVtbl->GetPresentStats(p,a)

Completed in 9 milliseconds