Searched refs:D3DFVF_XYZ (Results 1 – 10 of 10) sorted by relevance
65 case D3DFVF_XYZ: in Direct3DVertexDeclaration9()394 FVF |= D3DFVF_XYZ; in computeFVF()503 else if((FVF & D3DFVF_XYZ) == 0) in computeFVF()
33 case D3DFVF_XYZ: stride += 12; break; in Direct3DVertexBuffer9()
33 case D3DFVF_XYZ: stride += 12; break; in Direct3DVertexBuffer8()
4281 case D3DFVF_XYZ: stride += 12; break; in FVFStride()4377 case D3DFVF_XYZ: in bindStreams()
285 case D3DFVF_XYZ: /* simple XYZ */ in NineVertexDeclaration9_new_from_fvf()296 if ((FVF & D3DFVF_POSITION_MASK) == D3DFVF_XYZ) { break; } in NineVertexDeclaration9_new_from_fvf()
494 case D3DFVF_XYZ: size += 3*4; break; in nine_fvf_stride()
17 #define D3DFVF_CUSTOMVERTEX (D3DFVF_XYZ|D3DFVF_TEX1)
580 #define D3DFVF_XYZ 0x002 macro
34 #define D3DFVF_CUSTOMVERTEX (D3DFVF_XYZ|D3DFVF_DIFFUSE|D3DFVF_TEX1)
282 #define D3DFVF_XYZ 0x00000002 macro