Home
last modified time | relevance | path

Searched refs:D3DSTATE (Results 1 – 12 of 12) sorted by relevance

/dports/games/magiccube4d/magiccube4d-src-2_2/
H A Dd3dmacs.h58 PUTD3DINSTRUCTION(D3DOP_STATELIGHT, sizeof(D3DSTATE), cnt, ptr)
62 PUTD3DINSTRUCTION(D3DOP_STATETRANSFORM, sizeof(D3DSTATE), cnt, ptr)
66 PUTD3DINSTRUCTION(D3DOP_STATERENDER, sizeof(D3DSTATE), cnt, ptr)
H A DFlexible.cpp81 D3DSTATE shade_mode;
141 n_colors * (sizeof(D3DINSTRUCTION) + sizeof(D3DSTATE)) + in Flexible()
/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3dtypes.py659 D3DSTATE = Struct("D3DSTATE", [ variable
/dports/games/tenebrae/tenebrae_0/dxsdk/SDK/INC/
H A DD3DTYPES.H759 } D3DSTATE, *LPD3DSTATE; typedef
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/directx/
H A Dvd3dtypes.h1014 } D3DSTATE, *LPD3DSTATE; typedef
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfxvideo/winsrc/
H A Dd3dtypes.h983 } D3DSTATE, *LPD3DSTATE; typedef
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Dd3dtypes.h1237 } D3DSTATE, *LPD3DSTATE; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h987 } D3DSTATE, *LPD3DSTATE; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h987 } D3DSTATE, *LPD3DSTATE; typedef
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/vc/include/
H A Dd3dtypes.h1547 } D3DSTATE, *LPD3DSTATE; typedef
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/vc/include/
H A Dd3dtypes.h1547 } D3DSTATE, *LPD3DSTATE; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs5262 pub struct D3DSTATE { struct
5267 impl D3DSTATE {} implementation
5269 impl ::std::default::Default for D3DSTATE { implementation
5275 impl ::std::cmp::PartialEq for D3DSTATE { implementation
5281 impl ::std::cmp::Eq for D3DSTATE {} implementation
5283 unsafe impl ::windows::runtime::Abi for D3DSTATE { implementation