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

/external/swiftshader/src/D3D9/
H A DDirect3DDevice9Ex.hpp191 long __stdcall ResetEx(D3DPRESENT_PARAMETERS *presentParameters, D3DDISPLAYMODEEX *fullscreenDisplayMode) override;
H A DDirect3DDevice9Ex.cpp1025 HRESULT Direct3DDevice9Ex::ResetEx(D3DPRESENT_PARAMETERS *,D3DDISPLAYMODEEX *) function in class:D3D9::Direct3DDevice9Ex
/external/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 in struct:IDirect3DDevice9ExVtbl
1273 #define IDirect3DDevice9Ex_ResetEx(p,a,b) (p)->lpVtbl->ResetEx(p,a,b)

Completed in 78 milliseconds