Searched refs:D3DFVF_NORMAL (Results 1 – 8 of 8) sorted by relevance
195 if(FVF & D3DFVF_NORMAL) in Direct3DVertexDeclaration9()427 FVF |= D3DFVF_NORMAL; in computeFVF()
43 if(FVF & D3DFVF_NORMAL) stride += 12; in Direct3DVertexBuffer9()
42 if(FVF & D3DFVF_NORMAL) stride += 12; in Direct3DVertexBuffer8()
4290 if(FVF & D3DFVF_NORMAL) stride += 12; in FVFStride()4427 if(FVF & D3DFVF_NORMAL) in bindStreams()
345 if (FVF & D3DFVF_NORMAL) { in NineVertexDeclaration9_new_from_fvf()
507 if (fvf & D3DFVF_NORMAL) { size += 3*4; } in nine_fvf_stride()
588 #define D3DFVF_NORMAL 0x010 macro
292 #define D3DFVF_NORMAL 0x00000010 macro