Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DDevice9Ex.hpp185 long __stdcall SetMaximumFrameLatency(unsigned int maxLatency) override;
DDirect3DDevice9Ex.cpp971 HRESULT Direct3DDevice9Ex::SetMaximumFrameLatency(UINT) in SetMaximumFrameLatency() function in D3D9::Direct3DDevice9Ex
/external/mesa3d/include/D3D9/
Dd3d9.h288 virtual HRESULT WINAPI SetMaximumFrameLatency(UINT MaxLatency) = 0;
1124 HRESULT (WINAPI *SetMaximumFrameLatency)(IDirect3DDevice9Ex *This, UINT MaxLatency);
1267 #define IDirect3DDevice9Ex_SetMaximumFrameLatency(p,a) (p)->lpVtbl->SetMaximumFrameLatency(p,a)