Home
last modified time | relevance | path

Searched refs:D3DFVF_TEXCOORDSIZE4 (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/winetests/d3dx9_36/
H A Dmesh.c1084 D3DFVF_TEXCOORDSIZE4(0), 28); in D3DXGetFVFVertexSizeTest()
1089 D3DFVF_TEXCOORDSIZE4(0) | in D3DXGetFVFVertexSizeTest()
1095 D3DFVF_TEXCOORDSIZE4(0) | in D3DXGetFVFVertexSizeTest()
1096 D3DFVF_TEXCOORDSIZE4(1) | in D3DXGetFVFVertexSizeTest()
1105 D3DFVF_TEXCOORDSIZE4(0) | in D3DXGetFVFVertexSizeTest()
1106 D3DFVF_TEXCOORDSIZE4(1) | in D3DXGetFVFVertexSizeTest()
1107 D3DFVF_TEXCOORDSIZE4(2) | in D3DXGetFVFVertexSizeTest()
1108 D3DFVF_TEXCOORDSIZE4(3) | in D3DXGetFVFVertexSizeTest()
1109 D3DFVF_TEXCOORDSIZE4(4) | in D3DXGetFVFVertexSizeTest()
1110 D3DFVF_TEXCOORDSIZE4(5) | in D3DXGetFVFVertexSizeTest()
[all …]
/reactos/sdk/include/psdk/
H A Dd3d8types.h67 #define D3DFVF_TEXCOORDSIZE4(CoordIndex) (D3DFVF_TEXTUREFORMAT4 << (CoordIndex*2 + 16)) macro
H A Dd3d9types.h70 #define D3DFVF_TEXCOORDSIZE4(CoordIndex) (D3DFVF_TEXTUREFORMAT4 << (CoordIndex*2 + 16)) macro
H A Dd3dtypes.h1420 #define D3DFVF_TEXCOORDSIZE4(CoordIndex) (D3DFVF_TEXTUREFORMAT4 << (CoordIndex*2 + 16)) macro
/reactos/dll/directx/wine/d3dx9_36/
H A Dmesh.c2259 *fvf |= D3DFVF_TEXCOORDSIZE4(declaration[i].UsageIndex); in D3DXFVFFromDeclarator()