Searched defs:GetMaximumFrameLatency (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/src/D3D9/
H A DDirect3DDevice9Ex.cpp980 HRESULT Direct3DDevice9Ex::GetMaximumFrameLatency(UINT *) function in class:D3D9::Direct3DDevice9Ex
/external/mesa3d/include/D3D9/
H A Dd3d9.h289 virtual HRESULT WINAPI GetMaximumFrameLatency(UINT *pMaxLatency) = 0;
1125 HRESULT (WINAPI *GetMaximumFrameLatency)(IDirect3DDevice9Ex *This, UINT *pMaxLatency); member in struct:IDirect3DDevice9ExVtbl
1268 #define IDirect3DDevice9Ex_GetMaximumFrameLatency(p,a) (p)->lpVtbl->GetMaximumFrameLatency(p,a)

Completed in 1026 milliseconds