Home
last modified time | relevance | path

Searched refs:D3DVIEWPORT2 (Results 1 – 16 of 16) sorted by relevance

/dports/games/d2x/d2x-0.2.5/arch/win32/d3dframe/
H A Dd3dutil.cpp56 VOID D3DUtil_InitViewport( D3DVIEWPORT2& vp, DWORD dwWidth, DWORD dwHeight ) in D3DUtil_InitViewport()
58 ZeroMemory( &vp, sizeof(D3DVIEWPORT2) ); in D3DUtil_InitViewport()
59 vp.dwSize = sizeof(D3DVIEWPORT2); in D3DUtil_InitViewport()
H A Dd3dutil.h32 VOID D3DUtil_InitViewport( D3DVIEWPORT2& vdViewData, DWORD dwWidth=0,
H A Dd3dframe.cpp562 D3DVIEWPORT2 vdData; in CreateViewport()
/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3dtypes.py142 D3DVIEWPORT2 = Struct("D3DVIEWPORT2", [ variable
155 LPD3DVIEWPORT2 = Pointer(D3DVIEWPORT2)
/dports/games/d2x/d2x-0.2.5/arch/win32/
H A Dscene.cpp93 D3DVIEWPORT2 vdData; in App_InitDeviceObjects()
94 ZeroMemory( &vdData, sizeof(D3DVIEWPORT2) ); in App_InitDeviceObjects()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/hardware/r_d3d/old/
H A DR_d3d_old.cpp659 D3DVIEWPORT2 vdData; in D3D_SetMode()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/directx/
H A Dvd3dtypes.h493 } D3DVIEWPORT2, *LPD3DVIEWPORT2; typedef
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfxvideo/winsrc/
H A Dd3dtypes.h375 } D3DVIEWPORT2, *LPD3DVIEWPORT2; typedef
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Dd3dtypes.h630 } D3DVIEWPORT2, *LPD3DVIEWPORT2; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h376 } D3DVIEWPORT2, *LPD3DVIEWPORT2; typedef
H A Dd3d.h738 STDMETHOD(GetViewport2)(THIS_ D3DVIEWPORT2 *data) PURE; in DECLARE_INTERFACE_()
739 STDMETHOD(SetViewport2)(THIS_ D3DVIEWPORT2 *data) PURE; in DECLARE_INTERFACE_()
814 STDMETHOD(GetViewport2)(THIS_ D3DVIEWPORT2 *data) PURE; in DECLARE_INTERFACE_()
815 STDMETHOD(SetViewport2)(THIS_ D3DVIEWPORT2 *data) PURE; in DECLARE_INTERFACE_()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h376 } D3DVIEWPORT2, *LPD3DVIEWPORT2; typedef
H A Dd3d.h738 STDMETHOD(GetViewport2)(THIS_ D3DVIEWPORT2 *data) PURE; in DECLARE_INTERFACE_()
739 STDMETHOD(SetViewport2)(THIS_ D3DVIEWPORT2 *data) PURE; in DECLARE_INTERFACE_()
814 STDMETHOD(GetViewport2)(THIS_ D3DVIEWPORT2 *data) PURE; in DECLARE_INTERFACE_()
815 STDMETHOD(SetViewport2)(THIS_ D3DVIEWPORT2 *data) PURE; in DECLARE_INTERFACE_()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/vc/include/
H A Dd3dtypes.h564 } D3DVIEWPORT2, *LPD3DVIEWPORT2; typedef
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/vc/include/
H A Dd3dtypes.h564 } D3DVIEWPORT2, *LPD3DVIEWPORT2; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs6285 pub struct D3DVIEWPORT2 { struct
6298 impl D3DVIEWPORT2 {} argument
6299 impl ::std::default::Default for D3DVIEWPORT2 { implementation
6304 impl ::std::fmt::Debug for D3DVIEWPORT2 { implementation
6321 impl ::std::cmp::PartialEq for D3DVIEWPORT2 { implementation
6326 impl ::std::cmp::Eq for D3DVIEWPORT2 {} implementation
6327 unsafe impl ::windows::runtime::Abi for D3DVIEWPORT2 { implementation