Home
last modified time | relevance | path

Searched refs:D3DTFN_LINEAR (Results 1 – 7 of 7) sorted by relevance

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfxvideo/winsrc/
H A Dd3dtypes.h1103 D3DTFN_LINEAR = 2, enumerator
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Dd3dtypes.h1397 D3DTFN_LINEAR = 2, // linear interpolation enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h1107 D3DTFN_LINEAR = 2, enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h1107 D3DTFN_LINEAR = 2, enumerator
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/vc/include/
H A Dd3dtypes.h1731 D3DTFN_LINEAR = 2, // linear interpolation enumerator
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/vc/include/
H A Dd3dtypes.h1731 D3DTFN_LINEAR = 2, // linear interpolation enumerator
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs5566 pub const D3DTFN_LINEAR: D3DTEXTUREMINFILTER = D3DTEXTUREMINFILTER(2i32); const