Home
last modified time | relevance | path

Searched refs:isDeviceLostError (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp142 if (d3d9::isDeviceLostError(result)) in reset()
229 if (d3d9::isDeviceLostError(result)) in reset()
259 if (d3d9::isDeviceLostError(result)) in reset()
Drenderer9_utils.h86 inline bool isDeviceLostError(HRESULT errorCode) in isDeviceLostError() function
DFramebuffer9.cpp157 if (d3d9::isDeviceLostError(result)) in readPixelsImpl()
DContext9.cpp490 if (d3d9::isDeviceLostError(hr)) in handleResult()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.h207 inline bool isDeviceLostError(HRESULT errorCode) in isDeviceLostError() function
DSwapChain11.cpp513 if (d3d11::isDeviceLostError(hr)) in resize()
634 if (d3d11::isDeviceLostError(hr)) in reset()
DContext11.cpp999 if (d3d11::isDeviceLostError(hr)) in handleResult()