Searched refs:kPollingD3DDeviceLostCheckFrequency (Results 1 – 6 of 6) sorted by relevance
93 bool checkDeviceLost = (loopCount % kPollingD3DDeviceLostCheckFrequency) == 0; in finish()192 bool checkDeviceLost = (loopCount % kPollingD3DDeviceLostCheckFrequency) == 0; in clientWait()
345 (queryState->getDataAttemptCount % kPollingD3DDeviceLostCheckFrequency) == 0; in testQuery()
1331 bool checkDeviceLost = (attempt % kPollingD3DDeviceLostCheckFrequency) == 0; in finish()
164 (mGetDataAttemptCount % kPollingD3DDeviceLostCheckFrequency) == 0; in testQuery()
679 bool checkDeviceLost = (attempt % kPollingD3DDeviceLostCheckFrequency) == 0; in finish()
121 constexpr unsigned int kPollingD3DDeviceLostCheckFrequency = 10; variable