Home
last modified time | relevance | path

Searched refs:D3DERR_DEVICELOST (Results 1 – 17 of 17) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.h91 case D3DERR_DEVICELOST: in isDeviceLostError()
DQuery9.cpp167 ANGLE_TRY_HR(context9, D3DERR_DEVICELOST, in testQuery()
DSwapChain9.cpp223 result == D3DERR_INVALIDCALL || result == D3DERR_DEVICELOST); in reset()
DRenderer9.cpp310 if (result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY || result == D3DERR_DEVICELOST) in initialize()
326 result == D3DERR_NOTAVAILABLE || result == D3DERR_DEVICELOST); in initialize()
676 result = D3DERR_DEVICELOST; in finish()
2197 case D3DERR_DEVICELOST: in testDeviceResettable()
2239 while (result == D3DERR_DEVICELOST) in resetDevice()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.h91 case D3DERR_DEVICELOST: in isDeviceLostError()
DQuery9.cpp167 ANGLE_TRY_HR(context9, D3DERR_DEVICELOST, in testQuery()
DSwapChain9.cpp223 result == D3DERR_INVALIDCALL || result == D3DERR_DEVICELOST); in reset()
DRenderer9.cpp323 if (result == D3DERR_OUTOFVIDEOMEMORY || result == E_OUTOFMEMORY || result == D3DERR_DEVICELOST) in initialize()
339 result == D3DERR_NOTAVAILABLE || result == D3DERR_DEVICELOST); in initialize()
690 result = D3DERR_DEVICELOST; in finish()
2238 case D3DERR_DEVICELOST: in testDeviceResettable()
2280 while (result == D3DERR_DEVICELOST) in resetDevice()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp188 … if (result == D3DERR_DEVICELOST && g_pd3dDevice->TestCooperativeLevel() == D3DERR_DEVICENOTRESET) in main()
/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
Dmain.cpp156 … if (result == D3DERR_DEVICELOST && g_pd3dDevice->TestCooperativeLevel() == D3DERR_DEVICENOTRESET) in main()
/third_party/flutter/skia/third_party/externals/sdl/src/render/direct3d/
DSDL_render_d3d.c272 case D3DERR_DEVICELOST: in D3D_SetError()
431 if (result == D3DERR_DEVICELOST) { in D3D_Reset()
494 if (result == D3DERR_DEVICELOST) { in D3D_ActivateRenderer()
1904 if (result == D3DERR_DEVICELOST) { in D3D_RenderPresent()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c1359 CASE_HR_ERR (D3DERR_DEVICELOST); in d3d_init_swap_chain()
1543 CASE_HR_ERR (D3DERR_DEVICELOST); in d3d_resize_swap_chain()
1837 if (hr == D3DERR_DEVICELOST) { in d3d_present_swap_chain()
1843 CASE_HR_ERR (D3DERR_DEVICELOST); in d3d_present_swap_chain()
2726 CASE_HR_ERR (D3DERR_DEVICELOST); in d3d_class_reset_display_device()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h222 #define D3DERR_DEVICELOST MAKE_D3DHRESULT(2152) macro
/third_party/mesa3d/src/gallium/frontends/nine/
Dswapchain9.c975 return D3DERR_DEVICELOST; in NineSwapChain9_Present()
Ddevice9.c707 return D3DERR_DEVICELOST; in NineDevice9_TestCooperativeLevel()
1005 return D3DERR_DEVICELOST; in NineDevice9_Reset()
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt725 - Examples: DirectX9: Handle loss of D3D9 device (D3DERR_DEVICELOST). (#1464)
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt2404 - Examples: DirectX9: Handle loss of D3D9 device (D3DERR_DEVICELOST). (#1464)