Home
last modified time | relevance | path

Searched refs:ResetEx (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/include/D3D9/
H A Dd3d9.h294 virtual HRESULT WINAPI ResetEx(D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode) = 0;
1130 HRESULT (WINAPI *ResetEx)(IDirect3DDevice9Ex *This, D3DPRESENT_PARAMETERS *pPresentationParameters, D3DDISPLAYMODEEX *pFullscreenDisplayMode); member
1273 #define IDirect3DDevice9Ex_ResetEx(p,a,b) (p)->lpVtbl->ResetEx(p,a,b)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DRenderer9.cpp2274 result = mDeviceEx->ResetEx(&presentParameters, nullptr); in resetDevice()
2296 ERR() << "Reset/ResetEx failed multiple times, " << gl::FmtHR(result); in resetDevice()

Completed in 15 milliseconds