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.cpp521 if (d3d9::isDeviceLostError(hr)) in handleResult()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DSwapChain11.cpp519 if (d3d11::isDeviceLostError(hr)) in resize()
640 if (d3d11::isDeviceLostError(hr)) in reset()
Drenderer11_utils.h193 inline bool isDeviceLostError(HRESULT errorCode) in isDeviceLostError() function
DContext11.cpp1109 if (d3d11::isDeviceLostError(hr)) in handleResult()