Home
last modified time | relevance | path

Searched defs:checkDeviceLost (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DFence11.cpp93 bool checkDeviceLost = (loopCount % kPollingD3DDeviceLostCheckFrequency) == 0; in finish() local
192 bool checkDeviceLost = (loopCount % kPollingD3DDeviceLostCheckFrequency) == 0; in clientWait() local
H A DQuery11.cpp430 bool checkDeviceLost = in testQuery() local
H A DRenderer11.cpp1461 bool checkDeviceLost = (attempt % kPollingD3DDeviceLostCheckFrequency) == 0; in finish() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DQuery9.cpp163 bool checkDeviceLost = in testQuery() local
H A DRenderer9.cpp688 bool checkDeviceLost = (attempt % kPollingD3DDeviceLostCheckFrequency) == 0; in finish() local