Home
last modified time | relevance | path

Searched refs:dwOutSize (Results 1 – 9 of 9) sorted by relevance

/dports/games/tenebrae/tenebrae_0/dxsdk/SDK/INC/
H A DD3DTYPES.H420 DWORD dwOutSize; /* Stride of output vertices */ member
496 DWORD dwOutSize; /* Stride of output colors */ member
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/directx/
H A Dvd3dtypes.h588 DWORD dwOutSize; /* Stride of output vertices */ member
691 DWORD dwOutSize; /* Stride of output colors */ member
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfxvideo/winsrc/
H A Dd3dtypes.h477 DWORD dwOutSize; member
606 DWORD dwOutSize; member
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Dd3dtypes.h725 DWORD dwOutSize; /* Stride of output vertices */ member
851 DWORD dwOutSize; /* Stride of output colors */ member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h478 DWORD dwOutSize; member
607 DWORD dwOutSize; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h478 DWORD dwOutSize; member
607 DWORD dwOutSize; member
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/vc/include/
H A Dd3dtypes.h688 DWORD dwOutSize; /* Stride of output vertices */ member
855 DWORD dwOutSize; /* Stride of output colors */ member
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/vc/include/
H A Dd3dtypes.h688 DWORD dwOutSize; /* Stride of output vertices */ member
855 DWORD dwOutSize; /* Stride of output colors */ member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs2171 pub dwOutSize: u32, field
2184 …dwInSize", &self.dwInSize).field("lpOut", &self.lpOut).field("dwOutSize", &self.dwOutSize).finish() in fmt()
2190 …& self.dwInSize == other.dwInSize && self.lpOut == other.lpOut && self.dwOutSize == other.dwOutSize in eq()
5834 pub dwOutSize: u32, field
5857 .field("dwOutSize", &self.dwOutSize) in fmt()
5869 …InSize == other.dwInSize && self.lpOut == other.lpOut && self.dwOutSize == other.dwOutSize && self… in eq()