Home
last modified time | relevance | path

Searched refs:notifyDeviceLost (Results 1 – 15 of 15) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/
DRendererD3D.cpp82 notifyDeviceLost(); in getResetStatus()
96 void RendererD3D::notifyDeviceLost() in notifyDeviceLost() function in rx::RendererD3D
98 mDisplay->notifyDeviceLost(); in notifyDeviceLost()
DSurfaceD3D.cpp236 mDisplay->notifyDeviceLost(); in resizeSwapChain()
262 mRenderer->notifyDeviceLost(); in resetSwapChain()
304 mRenderer->notifyDeviceLost(); in swapRect()
DRendererD3D.h372 void notifyDeviceLost();
/external/angle/src/libANGLE/renderer/vulkan/
DDisplayVk.cpp292 mRenderer->notifyDeviceLost(); in handleError()
DRendererVk.h136 void notifyDeviceLost();
DRendererVk.cpp828 void RendererVk::notifyDeviceLost() in notifyDeviceLost() function in rx::RendererVk
831 mDisplay->notifyDeviceLost(); in notifyDeviceLost()
DContextVk.cpp2529 mRenderer->notifyDeviceLost(); in handleDeviceLost()
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp373 mRenderer->notifyDeviceLost(); in swapRect()
DFramebuffer9.cpp159 mRenderer->notifyDeviceLost(); in readPixelsImpl()
DContext9.cpp492 mRenderer->notifyDeviceLost(); in handleResult()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DQuery11.cpp348 mRenderer->notifyDeviceLost(); in testQuery()
DContext11.cpp1003 mRenderer->notifyDeviceLost(); in handleResult()
DRenderer11.cpp1378 mDisplay->notifyDeviceLost(); in finish()
/external/angle/src/libANGLE/
DDisplay.h222 void notifyDeviceLost();
DDisplay.cpp1576 notifyDeviceLost(); in testDeviceLost()
1582 void Display::notifyDeviceLost() in notifyDeviceLost() function in egl::Display