Searched refs:GetMaximumFrameLatency (Results 1 – 3 of 3) sorted by relevance
186 long __stdcall GetMaximumFrameLatency(unsigned int *maxLatency) override;
980 HRESULT Direct3DDevice9Ex::GetMaximumFrameLatency(UINT *) in GetMaximumFrameLatency() function in D3D9::Direct3DDevice9Ex
289 virtual HRESULT WINAPI GetMaximumFrameLatency(UINT *pMaxLatency) = 0;1125 HRESULT (WINAPI *GetMaximumFrameLatency)(IDirect3DDevice9Ex *This, UINT *pMaxLatency);1268 #define IDirect3DDevice9Ex_GetMaximumFrameLatency(p,a) (p)->lpVtbl->GetMaximumFrameLatency(p,a)