Searched refs:D3DFVF_TEXCOORDSIZE1 (Results 1 – 2 of 2) sorted by relevance
479 FVF |= D3DFVF_TEXCOORDSIZE1(element.UsageIndex); in computeFVF()
1195 #define D3DFVF_TEXCOORDSIZE1(CoordIndex) (D3DFVF_TEXTUREFORMAT1 << (CoordIndex*2 + 16)) macro