Searched refs:pMaxLatency (Results 1 – 4 of 4) sorted by relevance
166 UINT *pMaxLatency ) in NineDevice9Ex_GetMaximumFrameLatency() argument169 user_assert(pMaxLatency != NULL, D3DERR_INVALIDCALL); in NineDevice9Ex_GetMaximumFrameLatency()170 *pMaxLatency = This->base.max_frame_latency; in NineDevice9Ex_GetMaximumFrameLatency()
106 UINT *pMaxLatency );
2183 UINT *pMaxLatency ) in LockDevice9Ex_GetMaximumFrameLatency() argument2187 r = NineDevice9Ex_GetMaximumFrameLatency(This, pMaxLatency); in LockDevice9Ex_GetMaximumFrameLatency()
289 virtual HRESULT WINAPI GetMaximumFrameLatency(UINT *pMaxLatency) = 0;1125 HRESULT (WINAPI *GetMaximumFrameLatency)(IDirect3DDevice9Ex *This, UINT *pMaxLatency);