Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3d9/
H A Dvertexdeclaration.c114 if (((fvf & D3DFVF_XYZB5) == D3DFVF_XYZB2) && (fvf & D3DFVF_LASTBETA_D3DCOLOR)) in vdecl_convert_fvf()
132 (((fvf & D3DFVF_XYZB5) == D3DFVF_XYZB2) && (fvf & D3DFVF_LASTBETA_D3DCOLOR))) in vdecl_convert_fvf()
/reactos/sdk/include/psdk/
H A Dd3d8types.h116 #define D3DFVF_XYZB2 0x0008 macro
H A Dd3d9types.h139 #define D3DFVF_XYZB2 0x0008 macro
H A Dd3dtypes.h1303 #define D3DFVF_XYZB2 0x008 macro
/reactos/dll/directx/wine/ddraw/
H A Dutils.c937 case D3DFVF_XYZB2: size += 5 * sizeof(D3DVALUE); break; in get_flexible_vertex_size()
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dmesh.c716 }, D3DFVF_XYZB2}, in test_fvf_decl_conversion()
722 }, D3DFVF_XYZB2 | D3DFVF_LASTBETA_UBYTE4}, in test_fvf_decl_conversion()
728 }, D3DFVF_XYZB2 | D3DFVF_LASTBETA_D3DCOLOR}, in test_fvf_decl_conversion()
1562 case D3DFVF_XYZB2: in check_vertex_buffer_()
/reactos/dll/directx/wine/d3dx9_36/
H A Dmesh.c2179 case D3DDECLTYPE_FLOAT1: *fvf |= D3DFVF_XYZB2; break; in D3DXFVFFromDeclarator()
2191 case D3DDECLTYPE_FLOAT2: *fvf |= D3DFVF_XYZB2; break; in D3DXFVFFromDeclarator()
2305 case D3DFVF_XYZB2: size += 5 * sizeof(FLOAT); break; in D3DXGetFVFVertexSize()