Home
last modified time | relevance | path

Searched refs:D3DTRIANGLE (Results 1 – 14 of 14) sorted by relevance

/dports/games/magiccube4d/magiccube4d-src-2_2/
H A Dd3dmacs.h89 PUTD3DINSTRUCTION(D3DOP_TRIANGLE, sizeof(D3DTRIANGLE), cnt, ptr)
92 if ((ptr) != (loc)) memcpy((ptr), (loc), sizeof(D3DTRIANGLE) * (count)); \
139 PUTD3DINSTRUCTION(D3DOP_TRIANGLE, sizeof(D3DTRIANGLE), 0, ptr)
H A DFlexible.cpp139 n_tris * sizeof(D3DTRIANGLE) + // the triangle indices in Flexible()
206 tris_per_block * sizeof(D3DTRIANGLE); in Flexible()
216 D3DTRIANGLE *t = (D3DTRIANGLE *)p; in Flexible()
/dports/devel/apitrace/apitrace-9.0/specs/
H A Dd3dtypes.py798 D3DTRIANGLE = Struct("D3DTRIANGLE", [ variable
/dports/games/avp/avp-20170505/src/win95/
H A Dd3_func.cpp384 ExBufSize = ((sizeof(D3DINSTRUCTION) + sizeof(D3DTRIANGLE)) in InitialiseDirect3DImmediateMode()
/dports/games/tenebrae/tenebrae_0/dxsdk/SDK/INC/
H A DD3DTYPES.H849 } D3DTRIANGLE, *LPD3DTRIANGLE; typedef
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/directx/
H A Dvd3dtypes.h1104 } D3DTRIANGLE, *LPD3DTRIANGLE; typedef
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfxvideo/winsrc/
H A Dd3dtypes.h1141 } D3DTRIANGLE, *LPD3DTRIANGLE; typedef
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Dd3dtypes.h1472 } D3DTRIANGLE, *LPD3DTRIANGLE; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h1145 } D3DTRIANGLE, *LPD3DTRIANGLE; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h1145 } D3DTRIANGLE, *LPD3DTRIANGLE; typedef
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/vc/include/
H A Dd3dtypes.h1795 } D3DTRIANGLE, *LPD3DTRIANGLE; typedef
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/vc/include/
H A Dd3dtypes.h1795 } D3DTRIANGLE, *LPD3DTRIANGLE; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs5883 pub struct D3DTRIANGLE { struct
5889 impl D3DTRIANGLE {} impl
5890 impl ::std::default::Default for D3DTRIANGLE { implementation
5895 impl ::std::cmp::PartialEq for D3DTRIANGLE { implementation
5900 impl ::std::cmp::Eq for D3DTRIANGLE {} implementation
5901 unsafe impl ::windows::runtime::Abi for D3DTRIANGLE { implementation
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dd3d_render.cpp1984 ExecBufInstPtr = ((char*)ExecBufInstPtr) + sizeof(D3DTRIANGLE); \