Home
last modified time | relevance | path

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

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-dx11/src/
H A Dconv.rs686 fn map_stencil_op(op: StencilOp) -> D3D11_STENCIL_OP { in map_stencil_op()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-dx11-0.4.1/src/
H A Dconv.rs679 fn map_stencil_op(op: StencilOp) -> D3D11_STENCIL_OP { in map_stencil_op()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Dconv.rs674 fn map_stencil_op(op: StencilOp) -> D3D11_STENCIL_OP { in map_stencil_op()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-dx11/src/
H A Dconv.rs674 fn map_stencil_op(op: StencilOp) -> D3D11_STENCIL_OP { in map_stencil_op()
/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3d11.py405 D3D11_STENCIL_OP = Enum("D3D11_STENCIL_OP", [ variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11.h1487 typedef enum D3D11_STENCIL_OP { enum
1496 } D3D11_STENCIL_OP; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11.h1487 typedef enum D3D11_STENCIL_OP { enum
1496 } D3D11_STENCIL_OP; typedef
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d11.h1475 enum D3D11_STENCIL_OP enum
1485 } D3D11_STENCIL_OP; typedef
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11.h1535 enum D3D11_STENCIL_OP enum
1545 } D3D11_STENCIL_OP; typedef
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3d11.h1535 enum D3D11_STENCIL_OP enum
1545 } D3D11_STENCIL_OP; typedef
/dports/multimedia/QtAV/QtAV-1.13.0/contrib/dxsdk/
H A Dd3d11.h1535 enum D3D11_STENCIL_OP enum
1545 } D3D11_STENCIL_OP; 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.rs4251 pub type D3D11_STENCIL_OP = i32; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs7474 pub struct D3D11_STENCIL_OP(pub i32); struct
7483 impl ::std::convert::From<i32> for D3D11_STENCIL_OP { implementation
7488 unsafe impl ::windows::runtime::Abi for D3D11_STENCIL_OP { implementation