Home
last modified time | relevance | path

Searched defs:ID3D11CommandList (Results 1 – 13 of 13) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3d11.py68 ID3D11CommandList = Interface("ID3D11CommandList", ID3D11DeviceChild) variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11.h95 typedef interface ID3D11CommandList ID3D11CommandList; typedef
97 interface ID3D11CommandList; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11.h95 typedef interface ID3D11CommandList ID3D11CommandList; typedef
97 interface ID3D11CommandList; variable
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx11/src/
H A Dlib.rs1460 fn as_raw_list(&self) -> ComPtr<d3d11::ID3D11CommandList> { in as_raw_list()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx11-0.4.1/src/
H A Dlib.rs1437 fn as_raw_list(&self) -> ComPtr<d3d11::ID3D11CommandList> { in as_raw_list()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs12813 pub struct ID3D11CommandList(::windows::runtime::IUnknown); struct
12814 impl ID3D11CommandList { implementation
12831 unsafe impl ::windows::runtime::Interface for ID3D11CommandList { implementation
12845 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ID3D11CommandList { implementation
12850 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ID3D11CommandList { implementation
12865 impl<'a> ::windows::runtime::IntoParam<'a, ID3D11DeviceChild> for ID3D11CommandList { implementation
12870 impl<'a> ::windows::runtime::IntoParam<'a, ID3D11DeviceChild> for &ID3D11CommandList { implementation
16357 …:super::Foundation::BOOL>>(&self, restoredeferredcontextstate: Param0) -> ::windows::runtime::Resu… in FinishCommandList()
16908 …:super::Foundation::BOOL>>(&self, restoredeferredcontextstate: Param0) -> ::windows::runtime::Resu… in FinishCommandList()
17579 …:super::Foundation::BOOL>>(&self, restoredeferredcontextstate: Param0) -> ::windows::runtime::Resu… in FinishCommandList()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Dlib.rs2104 fn as_raw_list(&self) -> ComPtr<d3d11::ID3D11CommandList> { in as_raw_list()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Dlib.rs2104 fn as_raw_list(&self) -> ComPtr<d3d11::ID3D11CommandList> { in as_raw_list()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d11.h213 typedef interface ID3D11CommandList ID3D11CommandList; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11.h245 typedef interface ID3D11CommandList ID3D11CommandList; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11.h245 typedef interface ID3D11CommandList ID3D11CommandList; typedef
/dports/multimedia/QtAV/QtAV-1.13.0/contrib/dxsdk/
H A Dd3d11.h245 typedef interface ID3D11CommandList ID3D11CommandList; 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.rs5818 pub type ID3D11CommandList = *mut ::core::ffi::c_void; typedef