Searched refs:SetMaximumFrameLatency (Results 1 – 3 of 3) sorted by relevance
185 long __stdcall SetMaximumFrameLatency(unsigned int maxLatency) override;
971 HRESULT Direct3DDevice9Ex::SetMaximumFrameLatency(UINT) in SetMaximumFrameLatency() function in D3D9::Direct3DDevice9Ex
288 virtual HRESULT WINAPI SetMaximumFrameLatency(UINT MaxLatency) = 0;1124 HRESULT (WINAPI *SetMaximumFrameLatency)(IDirect3DDevice9Ex *This, UINT MaxLatency);1267 #define IDirect3DDevice9Ex_SetMaximumFrameLatency(p,a) (p)->lpVtbl->SetMaximumFrameLatency(p,a)