Home
last modified time | relevance | path

Searched refs:D3DFVF_XYZB4 (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/include/psdk/
H A Dd3d8types.h118 #define D3DFVF_XYZB4 0x000c macro
H A Dd3d9types.h141 #define D3DFVF_XYZB4 0x000c macro
H A Dd3dtypes.h1305 #define D3DFVF_XYZB4 0x00c macro
/reactos/dll/directx/wine/ddraw/
H A Dutils.c939 case D3DFVF_XYZB4: size += 7 * sizeof(D3DVALUE); break; in get_flexible_vertex_size()
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dmesh.c750 }, D3DFVF_XYZB4}, in test_fvf_decl_conversion()
756 }, D3DFVF_XYZB4 | D3DFVF_LASTBETA_UBYTE4}, in test_fvf_decl_conversion()
762 }, D3DFVF_XYZB4 | D3DFVF_LASTBETA_D3DCOLOR}, in test_fvf_decl_conversion()
831 }, D3DFVF_XYZB4 | D3DFVF_DIFFUSE | D3DFVF_SPECULAR | D3DFVF_TEX2 in test_fvf_decl_conversion()
1564 case D3DFVF_XYZB4: in check_vertex_buffer_()
/reactos/dll/directx/wine/d3dx9_36/
H A Dmesh.c2181 case D3DDECLTYPE_FLOAT3: *fvf |= D3DFVF_XYZB4; break; in D3DXFVFFromDeclarator()
2193 case D3DDECLTYPE_FLOAT4: *fvf |= D3DFVF_XYZB4; break; in D3DXFVFFromDeclarator()
2307 case D3DFVF_XYZB4: size += 7 * sizeof(FLOAT); break; in D3DXGetFVFVertexSize()