Home
last modified time | relevance | path

Searched defs:D3D_PRIMITIVE (Results 1 – 19 of 19) sorted by relevance

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/d3dcompiler_winxp/Include/
H A DD3D11Shader.h271 STDMETHOD_(D3D_PRIMITIVE, GetGSInputPrimitive)(THIS) PURE; in DECLARE_INTERFACE_() local
H A DD3Dcommon.h180 enum D3D_PRIMITIVE enum
263 } D3D_PRIMITIVE; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11shader.h215 STDMETHOD_(D3D_PRIMITIVE, GetGSInputPrimitive)(THIS) PURE; in DECLARE_INTERFACE_() local
H A Dd3dcommon.h511 typedef enum D3D_PRIMITIVE { enum
594 } D3D_PRIMITIVE; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d11shader.h215 STDMETHOD_(D3D_PRIMITIVE, GetGSInputPrimitive)(THIS) PURE; in DECLARE_INTERFACE_() local
H A Dd3dcommon.h511 typedef enum D3D_PRIMITIVE { enum
594 } D3D_PRIMITIVE; typedef
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3dcommon.h201 enum D3D_PRIMITIVE enum
285 } D3D_PRIMITIVE; typedef
H A Dd3d12shader.h368 STDMETHOD_(D3D_PRIMITIVE, GetGSInputPrimitive)(THIS) PURE; in DECLARE_INTERFACE_() local
H A Dd3d11shader.h361 STDMETHOD_(D3D_PRIMITIVE, GetGSInputPrimitive)(THIS) PURE; in DECLARE_INTERFACE_() local
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3dcommon.h262 enum D3D_PRIMITIVE enum
346 } D3D_PRIMITIVE; typedef
H A Dd3d12shader.h372 STDMETHOD_(D3D_PRIMITIVE, GetGSInputPrimitive)(THIS) PURE; in DECLARE_INTERFACE_() local
H A Dd3d11shader.h365 STDMETHOD_(D3D_PRIMITIVE, GetGSInputPrimitive)(THIS) PURE; in DECLARE_INTERFACE_() local
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dxsdk/include/
H A Dd3dcommon.h262 enum D3D_PRIMITIVE enum
346 } D3D_PRIMITIVE; typedef
H A Dd3d12shader.h372 STDMETHOD_(D3D_PRIMITIVE, GetGSInputPrimitive)(THIS) PURE; in DECLARE_INTERFACE_() local
H A Dd3d11shader.h365 STDMETHOD_(D3D_PRIMITIVE, GetGSInputPrimitive)(THIS) PURE; in DECLARE_INTERFACE_() local
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Direct3D/
H A Dmod.rs199 pub type D3D_PRIMITIVE = i32; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D11/
H A Dmod.rs11473 pub struct D3D_PRIMITIVE(pub i32); struct
11556 impl ::std::convert::From<i32> for D3D_PRIMITIVE { implementation
11561 unsafe impl ::windows::runtime::Abi for D3D_PRIMITIVE { implementation
21992 pub unsafe fn GetGSInputPrimitive(&self) -> D3D_PRIMITIVE { in GetGSInputPrimitive()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D10/
H A Dmod.rs11212 …pub unsafe fn GetGSInputPrimitive(&self) -> ::windows::runtime::Result<super::Direct3D11::D3D_PRIM… in GetGSInputPrimitive()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Direct3D12/
H A Dmod.rs27863 pub unsafe fn GetGSInputPrimitive(&self) -> super::Direct3D11::D3D_PRIMITIVE { in GetGSInputPrimitive()