Searched refs:D3DFVF_SPECULAR (Results 1 – 7 of 7) sorted by relevance
364 if (FVF & D3DFVF_SPECULAR) { in NineVertexDeclaration9_new_from_fvf()
548 if (fvf & D3DFVF_SPECULAR) { size += 1*4; } in nine_fvf_stride()
346 The FVF formats are D3DFVF_DIFFUSE and D3DFVF_SPECULAR.
361 The FVF formats are D3DFVF_DIFFUSE and D3DFVF_SPECULAR.
371 The FVF formats are D3DFVF_DIFFUSE and D3DFVF_SPECULAR.
295 #define D3DFVF_SPECULAR 0x00000080 macro