Home
last modified time | relevance | path

Searched refs:present_t (Results 1 – 7 of 7) sorted by relevance

/dports/dns/dnsdbq/dnsdbq-2.6.0/
H A Dpdns.h120 typedef void (*present_t)(pdns_tuple_ct, mode_e, writer_t); typedef
136 present_t text, json, csv, minimal;
H A Dglobals.h65 EXTERN present_t presenter INIT(NULL);
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/graphics-hook/
H A Dd3d8-capture.cpp10 typedef HRESULT(STDMETHODCALLTYPE *present_t)(IDirect3DDevice8 *, CONST RECT *, typedef
15 present_t RealPresent = NULL;
390 RealPresent = (present_t)present_addr; in hook_d3d8()
H A Ddxgi-capture.cpp19 typedef HRESULT(STDMETHODCALLTYPE *present_t)(IDXGISwapChain *, UINT, UINT); typedef
25 present_t RealPresent = nullptr;
331 RealPresent = (present_t)present_addr; in hook_dxgi()
H A Dd3d9-capture.cpp10 typedef HRESULT(STDMETHODCALLTYPE *present_t)(IDirect3DDevice9 *, CONST RECT *, typedef
28 present_t RealPresent = NULL;
879 RealPresent = (present_t)present_addr; in hook_d3d9()
/dports/dns/dnsdbflex/dnsdbflex-1.0.6/
H A Dglobals.h40 EXTERN present_t presenter INIT(NULL);
H A Dpdns.h95 typedef void (*present_t)(pdns_tuple_ct, const char *, size_t, writer_t); typedef