Home
last modified time | relevance | path

Searched refs:hook_present (Results 1 – 9 of 9) sorted by relevance

/dports/misc/mc-nox11/mc-4.8.27/lib/
H A Dhook.h30 gboolean hook_present (hook_t * hook_list, void (*hook_fn) (void *));
H A Dhook.c123 hook_present (hook_t * hook_list, void (*hook_fn) (void *)) in hook_present() function
/dports/misc/mc/mc-4.8.27/lib/
H A Dhook.h30 gboolean hook_present (hook_t * hook_list, void (*hook_fn) (void *));
H A Dhook.c123 hook_present (hook_t * hook_list, void (*hook_fn) (void *)) in hook_present() function
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/graphics-hook/
H A Dd3d8-capture.cpp281 static HRESULT STDMETHODCALLTYPE hook_present(IDirect3DDevice8 *device, in hook_present() function
391 DetourAttach((PVOID *)&RealPresent, hook_present); in hook_d3d8()
H A Ddxgi-capture.cpp198 static HRESULT STDMETHODCALLTYPE hook_present(IDXGISwapChain *swap, in hook_present() function
332 DetourAttach(&(PVOID &)RealPresent, hook_present); in hook_dxgi()
H A Dd3d9-capture.cpp638 static HRESULT STDMETHODCALLTYPE hook_present(IDirect3DDevice9 *device, in hook_present() function
880 DetourAttach((PVOID *)&RealPresent, hook_present); in hook_d3d9()
/dports/misc/mc/mc-4.8.27/src/viewer/
H A Dactions_cmd.c179 if (!hook_present (idle_hook, mcview_hook)) in mcview_hook()
/dports/misc/mc-nox11/mc-4.8.27/src/viewer/
H A Dactions_cmd.c179 if (!hook_present (idle_hook, mcview_hook)) in mcview_hook()