Home
last modified time | relevance | path

Searched refs:D3DFVF_SPECULAR (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/devel/apitrace/apitrace-9.0/helpers/
H A Dd3d7size.hpp87 if (dwFVF & D3DFVF_SPECULAR) { in _getVertexSize()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D8/
H A DDirect3DVertexBuffer8.cpp45 if(FVF & D3DFVF_SPECULAR) stride += 4; in Direct3DVertexBuffer8()
/dports/games/openbor4432/openbor-ba1eb4f/engine/xbox/generic/
H A Dpanel.h49 static const DWORD VertexFVF = (D3DFVF_XYZRHW|D3DFVF_DIFFUSE|D3DFVF_SPECULAR | D3DFVF_TEX1 );
/dports/games/openbor/openbor-3caaddd5/engine/xbox/generic/
H A Dpanel.h49 static const DWORD VertexFVF = (D3DFVF_XYZRHW|D3DFVF_DIFFUSE|D3DFVF_SPECULAR | D3DFVF_TEX1 );
/dports/games/openbor3482/openbor-2c1ecd7/engine/xbox/generic/
H A Dpanel.h49 static const DWORD VertexFVF = (D3DFVF_XYZRHW|D3DFVF_DIFFUSE|D3DFVF_SPECULAR | D3DFVF_TEX1 );
/dports/games/openbor3979/openbor-2bcf25b/engine/xbox/generic/
H A Dpanel.h49 static const DWORD VertexFVF = (D3DFVF_XYZRHW|D3DFVF_DIFFUSE|D3DFVF_SPECULAR | D3DFVF_TEX1 );
/dports/games/openbor3711/openbor-6ec17fa/engine/xbox/generic/
H A Dpanel.h49 static const DWORD VertexFVF = (D3DFVF_XYZRHW|D3DFVF_DIFFUSE|D3DFVF_SPECULAR | D3DFVF_TEX1 );
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D9/
H A DDirect3DVertexDeclaration9.cpp231 if(FVF & D3DFVF_SPECULAR) in Direct3DVertexDeclaration9()
453 FVF |= D3DFVF_SPECULAR; in computeFVF()
H A DDirect3DVertexBuffer9.cpp46 if(FVF & D3DFVF_SPECULAR) stride += 4; in Direct3DVertexBuffer9()
/dports/emulators/pcsxr/pcsxr-codeplex-final/pcsxr/win32/plugins/dfxvideo/winsrc/
H A Dd3dtypes.h1255 #define D3DFVF_SPECULAR 0x080 macro
1272 D3DFVF_SPECULAR | D3DFVF_TEX1 )
1273 #define D3DFVF_TLVERTEX ( D3DFVF_XYZRHW | D3DFVF_DIFFUSE | D3DFVF_SPECULAR | \
/dports/devel/mingw32-directx/mingw32-directx-20020518_1/include/w32api/
H A Dd3dtypes.h1624 #define D3DFVF_SPECULAR 0x080 macro
1642 D3DFVF_SPECULAR | D3DFVF_TEX1 )
1643 #define D3DFVF_TLVERTEX ( D3DFVF_XYZRHW | D3DFVF_DIFFUSE | D3DFVF_SPECULAR | \
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h1259 #define D3DFVF_SPECULAR 0x080 macro
1276 D3DFVF_SPECULAR | D3DFVF_TEX1 )
1277 #define D3DFVF_TLVERTEX ( D3DFVF_XYZRHW | D3DFVF_DIFFUSE | D3DFVF_SPECULAR | \
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dtypes.h1259 #define D3DFVF_SPECULAR 0x080 macro
1276 D3DFVF_SPECULAR | D3DFVF_TEX1 )
1277 #define D3DFVF_TLVERTEX ( D3DFVF_XYZRHW | D3DFVF_DIFFUSE | D3DFVF_SPECULAR | \
/dports/games/arx-libertatis/arx-libertatis-1.1.2/src/graphics/d3d9/
H A DD3D9Renderer.cpp156 #define D3DFVF_LVERTEX D3DFVF_XYZ | D3DFVF_DIFFUSE | D3DFVF_SPECULAR | D3DFVF_TEX1
157 #define D3DFVF_TLVERTEX D3DFVF_XYZRHW | D3DFVF_DIFFUSE |D3DFVF_SPECULAR | D3DFVF_TEX1
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/vc/include/
H A Dd3dtypes.h1973 #define D3DFVF_SPECULAR 0x080 macro
1995 D3DFVF_SPECULAR | D3DFVF_TEX1 )
1996 #define D3DFVF_TLVERTEX ( D3DFVF_XYZRHW | D3DFVF_DIFFUSE | D3DFVF_SPECULAR | \
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/vc/include/
H A Dd3dtypes.h1973 #define D3DFVF_SPECULAR 0x080 macro
1995 D3DFVF_SPECULAR | D3DFVF_TEX1 )
1996 #define D3DFVF_TLVERTEX ( D3DFVF_XYZRHW | D3DFVF_DIFFUSE | D3DFVF_SPECULAR | \
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c364 if (FVF & D3DFVF_SPECULAR) { in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c364 if (FVF & D3DFVF_SPECULAR) { in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c364 if (FVF & D3DFVF_SPECULAR) { in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c364 if (FVF & D3DFVF_SPECULAR) { in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c364 if (FVF & D3DFVF_SPECULAR) { in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c364 if (FVF & D3DFVF_SPECULAR) { in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c364 if (FVF & D3DFVF_SPECULAR) { in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c364 if (FVF & D3DFVF_SPECULAR) { in NineVertexDeclaration9_new_from_fvf()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/nine/
H A Dvertexdeclaration9.c364 if (FVF & D3DFVF_SPECULAR) { in NineVertexDeclaration9_new_from_fvf()

1234567891011