Home | History | Annotate | Download | only in include

Lines Matching refs:sync_interval

431         UINT sync_interval,
545 #define IDXGISwapChain1_Present(This,sync_interval,flags) (This)->lpVtbl->Present(This,sync_interval,flags)
596 static FORCEINLINE HRESULT IDXGISwapChain1_Present(IDXGISwapChain1* This,UINT sync_interval,UINT flags) {
597 return This->lpVtbl->Present(This,sync_interval,flags);