Home
last modified time | relevance | path

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

/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3d11.py42 ID3D11BlendState = Interface("ID3D11BlendState", ID3D11DeviceChild) variable
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Ddevice.rs133 ) -> Result<ComPtr<d3d11::ID3D11BlendState>, pso::CreationError> { in create_blend_state()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Ddevice.rs133 ) -> Result<ComPtr<d3d11::ID3D11BlendState>, pso::CreationError> { in create_blend_state()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx11/src/
H A Ddevice.rs157 ) -> Result<ComPtr<d3d11::ID3D11BlendState>, pso::CreationError> { in create_blend_state()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx11-0.4.1/src/
H A Ddevice.rs147 ) -> Result<ComPtr<d3d11::ID3D11BlendState>, pso::CreationError> { in create_blend_state()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs12343 pub struct ID3D11BlendState(::windows::runtime::IUnknown); struct
12344 impl ID3D11BlendState { impl
12362 unsafe impl ::windows::runtime::Interface for ID3D11BlendState { implementation
12376 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ID3D11BlendState { implementation
12381 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ID3D11BlendState { implementation
12396 impl<'a> ::windows::runtime::IntoParam<'a, ID3D11DeviceChild> for ID3D11BlendState { implementation
12401 impl<'a> ::windows::runtime::IntoParam<'a, ID3D11DeviceChild> for &ID3D11BlendState { implementation
12468 impl ::std::convert::From<ID3D11BlendState1> for ID3D11BlendState { implementation
12473 impl ::std::convert::From<&ID3D11BlendState1> for ID3D11BlendState { implementation
12479 fn into_param(self) -> ::windows::runtime::Param<'a, ID3D11BlendState> { in into_param() argument
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11.h63 typedef interface ID3D11BlendState ID3D11BlendState; typedef
65 interface ID3D11BlendState; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11.h63 typedef interface ID3D11BlendState ID3D11BlendState; typedef
65 interface ID3D11BlendState; variable
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d11.h57 typedef interface ID3D11BlendState ID3D11BlendState; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11.h63 typedef interface ID3D11BlendState ID3D11BlendState; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11.h63 typedef interface ID3D11BlendState ID3D11BlendState; typedef
/dports/multimedia/QtAV/QtAV-1.13.0/contrib/dxsdk/
H A Dd3d11.h63 typedef interface ID3D11BlendState ID3D11BlendState; 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.rs5813 pub type ID3D11BlendState = *mut ::core::ffi::c_void; typedef