Home
last modified time | relevance | path

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

/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.c275 case D3DERR_DEVICENOTRESET: in D3D_SetError()
1908 if (result == D3DERR_DEVICENOTRESET) { in D3D_RenderPresent()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h223 #define D3DERR_DEVICENOTRESET MAKE_D3DHRESULT(2153) macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp2235 case D3DERR_DEVICENOTRESET: in testDeviceResettable()
2286 if (result == D3DERR_DEVICENOTRESET) in resetDevice()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp2194 case D3DERR_DEVICENOTRESET: in testDeviceResettable()
2245 if (result == D3DERR_DEVICENOTRESET) in resetDevice()
/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9.c710 return D3DERR_DEVICENOTRESET; in NineDevice9_TestCooperativeLevel()
712 return D3DERR_DEVICENOTRESET; in NineDevice9_TestCooperativeLevel()