Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3d9/
H A Dd3d9_private.h80 D3D9_DEVICE_STATE_LOST, enumerator
H A Ddevice.c585 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()