Home
last modified time | relevance | path

Searched refs:mDeviceLost (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DRendererD3D.cpp42 mDeviceLost(false) in RendererD3D()
77 if (!mDeviceLost) in getResetStatus()
81 mDeviceLost = true; in getResetStatus()
DRendererD3D.h449 bool mDeviceLost; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DDisplay.cpp786 mDeviceLost(false), in Display()
1086 mDeviceLost = false; in terminate()
1644 return mDeviceLost; in isDeviceLost()
1651 if (!mDeviceLost && mImplementation->testDeviceLost()) in testDeviceLost()
1656 return mDeviceLost; in testDeviceLost()
1661 if (mDeviceLost) in notifyDeviceLost()
1672 mDeviceLost = true; in notifyDeviceLost()
DDisplay.h353 bool mDeviceLost; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.h588 bool mDeviceLost; variable
DRendererVk.cpp963 mDeviceLost(false), in RendererVk()
1075 mDeviceLost = true; in notifyDeviceLost()
1081 return mDeviceLost; in isDeviceLost()