Home
last modified time | relevance | path

Searched refs:WaitForVBlank (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.hpp183 long __stdcall WaitForVBlank(unsigned int swapChain) override;
DDirect3DDevice9Ex.cpp953 HRESULT Direct3DDevice9Ex::WaitForVBlank(UINT) in WaitForVBlank() function in D3D9::Direct3DDevice9Ex
/external/mesa3d/include/D3D9/
Dd3d9.h286 virtual HRESULT WINAPI WaitForVBlank(UINT iSwapChain) = 0;
1122 HRESULT (WINAPI *WaitForVBlank)(IDirect3DDevice9Ex *This, UINT iSwapChain);
1265 #define IDirect3DDevice9Ex_WaitForVBlank(p,a) (p)->lpVtbl->WaitForVBlank(p,a)