Searched refs:D3DFVF_XYZW (Results 1 – 5 of 5) sorted by relevance
40 case D3DFVF_XYZW: stride += 16; break; in Direct3DVertexBuffer9()
181 case D3DFVF_XYZW: in Direct3DVertexDeclaration9()
330 case D3DFVF_XYZW: /* simple XYZW */ in NineVertexDeclaration9_new_from_fvf()334 ((FVF & D3DFVF_POSITION_MASK) == D3DFVF_XYZW) ? in NineVertexDeclaration9_new_from_fvf()
501 case D3DFVF_XYZW: size += 4*4; break; in nine_fvf_stride()
289 #define D3DFVF_XYZW 0x00004002 macro