Home
last modified time | relevance | path

Searched defs:ID3D11BlendState1 (Results 1 – 8 of 8) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11_1.h23 typedef interface ID3D11BlendState1 ID3D11BlendState1; typedef
25 interface ID3D11BlendState1; variable
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11_1.h23 typedef interface ID3D11BlendState1 ID3D11BlendState1; typedef
25 interface ID3D11BlendState1; variable
/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3d11.py2322 ID3D11BlendState1 = Interface("ID3D11BlendState1", ID3D11BlendState) variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs12421 pub struct ID3D11BlendState1(::windows::runtime::IUnknown); struct
12422 impl ID3D11BlendState1 { impl
12444 unsafe impl ::windows::runtime::Interface for ID3D11BlendState1 { implementation
12458 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for ID3D11BlendState1 { implementation
12463 impl<'a> ::windows::runtime::IntoParam<'a, ::windows::runtime::IUnknown> for &ID3D11BlendState1 { implementation
12478 impl<'a> ::windows::runtime::IntoParam<'a, ID3D11BlendState> for ID3D11BlendState1 { implementation
12483 impl<'a> ::windows::runtime::IntoParam<'a, ID3D11BlendState> for &ID3D11BlendState1 { implementation
12498 impl<'a> ::windows::runtime::IntoParam<'a, ID3D11DeviceChild> for ID3D11BlendState1 { implementation
12503 impl<'a> ::windows::runtime::IntoParam<'a, ID3D11DeviceChild> for &ID3D11BlendState1 { implementation
13890 …fe fn CreateBlendState1(&self, pblendstatedesc: *const D3D11_BLEND_DESC1) -> ::windows::runtime::R… in CreateBlendState1()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d11_1.h45 typedef interface ID3D11BlendState1 ID3D11BlendState1; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11_1.h49 typedef interface ID3D11BlendState1 ID3D11BlendState1; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11_1.h49 typedef interface ID3D11BlendState1 ID3D11BlendState1; 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.rs5814 pub type ID3D11BlendState1 = *mut ::core::ffi::c_void; typedef