Home
last modified time | relevance | path

Searched refs:D3DVIEWPORT7 (Results 1 – 11 of 11) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3dtypes.py157 D3DVIEWPORT7 = Struct("D3DVIEWPORT7", [ variable
165 LPD3DVIEWPORT7 = Pointer(D3DVIEWPORT7)
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfxvideo/winsrc/
H A Dd3dtypes.h384 } D3DVIEWPORT7, *LPD3DVIEWPORT7; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h385 } D3DVIEWPORT7, *LPD3DVIEWPORT7; typedef
H A Dd3d.h1319 STDMETHOD(SetViewport)(THIS_ D3DVIEWPORT7 *data) PURE; in DECLARE_INTERFACE_()
1321 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT7 *data) PURE; in DECLARE_INTERFACE_()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h385 } D3DVIEWPORT7, *LPD3DVIEWPORT7; typedef
H A Dd3d.h1319 STDMETHOD(SetViewport)(THIS_ D3DVIEWPORT7 *data) PURE; in DECLARE_INTERFACE_()
1321 STDMETHOD(GetViewport)(THIS_ D3DVIEWPORT7 *data) PURE; in DECLARE_INTERFACE_()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/vc/include/
H A Dd3dtypes.h575 } D3DVIEWPORT7, *LPD3DVIEWPORT7; typedef
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/vc/include/
H A Dd3dtypes.h575 } D3DVIEWPORT7, *LPD3DVIEWPORT7; typedef
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/intf/video/win32/
H A Dvid_d3d.cpp192 static D3DVIEWPORT7 Viewport = {0, 0, 0, 0, 0.0f, 10.0f};
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/intf/video/win32/
H A Dvid_d3d.cpp192 static D3DVIEWPORT7 Viewport = {0, 0, 0, 0, 0.0f, 10.0f};
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs6333 pub struct D3DVIEWPORT7 { struct
6341 impl D3DVIEWPORT7 {} argument
6342 impl ::std::default::Default for D3DVIEWPORT7 { implementation
6347 impl ::std::fmt::Debug for D3DVIEWPORT7 { implementation
6352 impl ::std::cmp::PartialEq for D3DVIEWPORT7 { implementation
6357 impl ::std::cmp::Eq for D3DVIEWPORT7 {} implementation
6358 unsafe impl ::windows::runtime::Abi for D3DVIEWPORT7 { implementation