Home
last modified time | relevance | path

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

/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3d11.py2198 ID3D11VideoDevice = Interface("ID3D11VideoDevice", IUnknown) variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11.h327 typedef interface ID3D11VideoDevice ID3D11VideoDevice; typedef
329 interface ID3D11VideoDevice; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11.h327 typedef interface ID3D11VideoDevice ID3D11VideoDevice; typedef
329 interface ID3D11VideoDevice; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs25843 pub struct ID3D11VideoDevice(::windows::runtime::IUnknown); struct
25844 impl ID3D11VideoDevice { impl
25916 unsafe impl ::windows::runtime::Interface for ID3D11VideoDevice { implementation
26085 impl ::std::convert::From<ID3D11VideoDevice1> for ID3D11VideoDevice { implementation
26090 impl ::std::convert::From<&ID3D11VideoDevice1> for ID3D11VideoDevice { implementation
26096 fn into_param(self) -> ::windows::runtime::Param<'a, ID3D11VideoDevice> { in into_param() argument
26101 fn into_param(self) -> ::windows::runtime::Param<'a, ID3D11VideoDevice> { in into_param() argument
26284 impl ::std::convert::From<ID3D11VideoDevice2> for ID3D11VideoDevice { implementation
26289 impl ::std::convert::From<&ID3D11VideoDevice2> for ID3D11VideoDevice { implementation
26295 fn into_param(self) -> ::windows::runtime::Param<'a, ID3D11VideoDevice> { in into_param() argument
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d11.h279 typedef interface ID3D11VideoDevice ID3D11VideoDevice; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11.h322 typedef interface ID3D11VideoDevice ID3D11VideoDevice; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11.h322 typedef interface ID3D11VideoDevice ID3D11VideoDevice; typedef
/dports/multimedia/QtAV/QtAV-1.13.0/contrib/dxsdk/
H A Dd3d11.h322 typedef interface ID3D11VideoDevice ID3D11VideoDevice; 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.rs5889 pub type ID3D11VideoDevice = *mut ::core::ffi::c_void; typedef