Home
last modified time | relevance | path

Searched refs:TestCooperativeLevel (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/example_win32_directx9/
H A Dmain.cpp156 if (result == D3DERR_DEVICELOST && g_pd3dDevice->TestCooperativeLevel() == D3DERR_DEVICENOTRESET) in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2223 status = mDevice->TestCooperativeLevel(); in getDeviceStatusCode()
2279 result = mDevice->TestCooperativeLevel(); in resetDevice()
2283 result = mDevice->TestCooperativeLevel(); in resetDevice()
/third_party/mesa3d/include/D3D9/
H A Dd3d9.h161 virtual HRESULT WINAPI TestCooperativeLevel() = 0;
749 HRESULT (WINAPI *TestCooperativeLevel)(IDirect3DDevice9 *This); member
876 #define IDirect3DDevice9_TestCooperativeLevel(p) (p)->lpVtbl->TestCooperativeLevel(p)
1000 HRESULT (WINAPI *TestCooperativeLevel)(IDirect3DDevice9Ex *This); member
1143 #define IDirect3DDevice9Ex_TestCooperativeLevel(p) (p)->lpVtbl->TestCooperativeLevel(p)

Completed in 12 milliseconds