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

/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dtrident_video.c69 static void WaitForVBlank(ScrnInfoPtr pScrn);
233 WaitForVBlank(pScrn);
400 WaitForVBlank(pScrn);
1015 WaitForVBlank(surface->pScrn);
1162 WaitForVBlank(pScrn);
1332 WaitForVBlank(ScrnInfoPtr pScrn) function in typeref:typename:void
/xsrc/external/mit/MesaLib.old/dist/include/D3D9/
H A 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)
/xsrc/external/mit/MesaLib/dist/include/D3D9/
H A 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)

Completed in 19 milliseconds