Home
last modified time | relevance | path

Searched defs:D3D11_VIDEO_PROCESSOR_STEREO_CAPS (Results 1 – 9 of 9) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3d11.py1620 D3D11_VIDEO_PROCESSOR_STEREO_CAPS = Flags(UINT, [ variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11.h920 typedef enum D3D11_VIDEO_PROCESSOR_STEREO_CAPS { enum
926 } D3D11_VIDEO_PROCESSOR_STEREO_CAPS; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11.h920 typedef enum D3D11_VIDEO_PROCESSOR_STEREO_CAPS { enum
926 } D3D11_VIDEO_PROCESSOR_STEREO_CAPS; typedef
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d11.h9530 enum D3D11_VIDEO_PROCESSOR_STEREO_CAPS enum
9537 } D3D11_VIDEO_PROCESSOR_STEREO_CAPS; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11.h9990 enum D3D11_VIDEO_PROCESSOR_STEREO_CAPS enum
9997 } D3D11_VIDEO_PROCESSOR_STEREO_CAPS; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11.h9990 enum D3D11_VIDEO_PROCESSOR_STEREO_CAPS enum
9997 } D3D11_VIDEO_PROCESSOR_STEREO_CAPS; typedef
/dports/multimedia/QtAV/QtAV-1.13.0/contrib/dxsdk/
H A Dd3d11.h9973 enum D3D11_VIDEO_PROCESSOR_STEREO_CAPS enum
9980 } D3D11_VIDEO_PROCESSOR_STEREO_CAPS; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs5627 pub type D3D11_VIDEO_PROCESSOR_STEREO_CAPS = i32; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs10689 pub struct D3D11_VIDEO_PROCESSOR_STEREO_CAPS(pub i32); struct
10695 impl ::std::convert::From<i32> for D3D11_VIDEO_PROCESSOR_STEREO_CAPS { implementation
10700 unsafe impl ::windows::runtime::Abi for D3D11_VIDEO_PROCESSOR_STEREO_CAPS { implementation