Home
last modified time | relevance | path

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

/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfxvideo/winsrc/
H A Dd3dtypes.h1112 D3DTFP_LINEAR = 3, enumerator
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Dd3dtypes.h1406 D3DTFP_LINEAR = 3, // linear interpolation enumerator
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h1116 D3DTFP_LINEAR = 3, enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h1116 D3DTFP_LINEAR = 3, enumerator
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/vc/include/
H A Dd3dtypes.h1740 D3DTFP_LINEAR = 3, // linear interpolation enumerator
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/vc/include/
H A Dd3dtypes.h1740 D3DTFP_LINEAR = 3, // linear interpolation enumerator
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs5583 pub const D3DTFP_LINEAR: D3DTEXTUREMIPFILTER = D3DTEXTUREMIPFILTER(3i32); const