Searched refs:D3D9_DEVICE_STATE_LOST (Results 1 – 2 of 2) sorted by relevance
80 D3D9_DEVICE_STATE_LOST, enumerator
585 case D3D9_DEVICE_STATE_LOST: in d3d9_device_TestCooperativeLevel()886 if (!extended && device->device_state == D3D9_DEVICE_STATE_LOST) in d3d9_device_reset()4046 … InterlockedCompareExchange(&device->device_state, D3D9_DEVICE_STATE_LOST, D3D9_DEVICE_STATE_OK); in device_parent_activate()4048 … InterlockedCompareExchange(&device->device_state, D3D9_DEVICE_STATE_OK, D3D9_DEVICE_STATE_LOST); in device_parent_activate()4050 …rlockedCompareExchange(&device->device_state, D3D9_DEVICE_STATE_NOT_RESET, D3D9_DEVICE_STATE_LOST); in device_parent_activate()