Home
last modified time | relevance | path

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

/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/graphics-hook/
H A Dd3d8-capture.cpp15 present_t RealPresent = NULL; variable
298 return RealPresent(device, src_rect, dst_rect, override_window, in hook_present()
390 RealPresent = (present_t)present_addr; in hook_d3d8()
391 DetourAttach((PVOID *)&RealPresent, hook_present); in hook_d3d8()
399 RealPresent = nullptr; in hook_d3d8()
H A Ddxgi-capture.cpp25 present_t RealPresent = nullptr; variable
227 const HRESULT hr = RealPresent(swap, sync_interval, flags); in hook_present()
331 RealPresent = (present_t)present_addr; in hook_dxgi()
332 DetourAttach(&(PVOID &)RealPresent, hook_present); in hook_dxgi()
358 RealPresent = nullptr; in hook_dxgi()
H A Dd3d9-capture.cpp28 present_t RealPresent = NULL; variable
651 const HRESULT hr = RealPresent(device, src_rect, dst_rect, in hook_present()
879 RealPresent = (present_t)present_addr; in hook_d3d9()
880 DetourAttach((PVOID *)&RealPresent, hook_present); in hook_d3d9()
890 if (RealPresent) in hook_d3d9()
896 RealPresent = nullptr; in hook_d3d9()