Searched refs:D3DFVF_XYZB5 (Results 1 – 8 of 8) sorted by relevance
290 case D3DFVF_XYZB5: /* XYZ with beta values */ in NineVertexDeclaration9_new_from_fvf()298 betas = (((FVF & D3DFVF_XYZB5)-D3DFVF_XYZB1)>>1)+1; in NineVertexDeclaration9_new_from_fvf()303 } else if ((FVF & D3DFVF_XYZB5) == D3DFVF_XYZB5) { in NineVertexDeclaration9_new_from_fvf()
500 case D3DFVF_XYZB5: size += 8*4; break; in nine_fvf_stride()
39 case D3DFVF_XYZB5: stride += 32; break; in Direct3DVertexBuffer8()
4287 case D3DFVF_XYZB5: stride += 32; break; in FVFStride()4413 case D3DFVF_XYZB5: in bindStreams()
39 case D3DFVF_XYZB5: stride += 32; break; in Direct3DVertexBuffer9()
162 case D3DFVF_XYZB5: in Direct3DVertexDeclaration9()
586 #define D3DFVF_XYZB5 0x00e macro
288 #define D3DFVF_XYZB5 0x0000000E macro