Home
last modified time | relevance | path

Searched refs:LPDDHAL_WAITFORVERTICALBLANK (Results 1 – 5 of 5) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dddrawi.h297 typedef DWORD (PASCAL *LPDDHAL_WAITFORVERTICALBLANK)(LPDDHAL_WAITFORVERTICALBLANKDATA); typedef
311 LPDDHAL_WAITFORVERTICALBLANK WaitForVerticalBlank;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dddrawi.h297 typedef DWORD (PASCAL *LPDDHAL_WAITFORVERTICALBLANK)(LPDDHAL_WAITFORVERTICALBLANKDATA); typedef
311 LPDDHAL_WAITFORVERTICALBLANK WaitForVerticalBlank;
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs1390 pub WaitForVerticalBlank: LPDDHAL_WAITFORVERTICALBLANK,
2526 pub WaitForVerticalBlank: LPDDHAL_WAITFORVERTICALBLANK,
6505 pub type LPDDHAL_WAITFORVERTICALBLANK = unsafe extern "system" fn(param0: *mut DDHAL_WAITFORVERTICA… typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectDraw/
H A Dmod.rs2531 pub WaitForVerticalBlank: ::std::option::Option<LPDDHAL_WAITFORVERTICALBLANK>,
10896 pub type LPDDHAL_WAITFORVERTICALBLANK = unsafe extern "system" fn(param0: *mut ::std::mem::Manually… typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/DisplayDevices/
H A Dmod.rs596 …icalBlank: ::std::option::Option<super::super::Graphics::DirectDraw::LPDDHAL_WAITFORVERTICALBLANK>,