Home
last modified time | relevance | path

Searched refs:bDeviceClip (Results 1 – 2 of 2) sorted by relevance

/dports/devel/tokamak/tokamak_release/d3dapp/dxut/
H A DDXUTSettingsDlg.h114 void SetDeviceClip( bool bDeviceClip );
H A DDXUTSettingsDlg.cpp544 bool bDeviceClip = ( 0x0 != (g_DeviceSettings.pp.Flags & D3DPRESENTFLAG_DEVICECLIP) ); in OnWindowedFullScreenChanged() local
582 SetDeviceClip( bDeviceClip ); in OnWindowedFullScreenChanged()
1273 void CD3DSettingsDlg::SetDeviceClip( bool bDeviceClip ) in SetDeviceClip() argument
1276 pCheckBox->SetChecked( bDeviceClip ); in SetDeviceClip()