Home
last modified time | relevance | path

Searched refs:pMaxLatency (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Ddevice9ex.c166 UINT *pMaxLatency ) in NineDevice9Ex_GetMaximumFrameLatency() argument
169 user_assert(pMaxLatency != NULL, D3DERR_INVALIDCALL); in NineDevice9Ex_GetMaximumFrameLatency()
170 *pMaxLatency = This->base.max_frame_latency; in NineDevice9Ex_GetMaximumFrameLatency()
Ddevice9ex.h106 UINT *pMaxLatency );
Dnine_lock.c2183 UINT *pMaxLatency ) in LockDevice9Ex_GetMaximumFrameLatency() argument
2187 r = NineDevice9Ex_GetMaximumFrameLatency(This, pMaxLatency); in LockDevice9Ex_GetMaximumFrameLatency()
/third_party/mesa3d/include/D3D9/
Dd3d9.h289 virtual HRESULT WINAPI GetMaximumFrameLatency(UINT *pMaxLatency) = 0;
1125 HRESULT (WINAPI *GetMaximumFrameLatency)(IDirect3DDevice9Ex *This, UINT *pMaxLatency);