Searched refs:D3DFVF_TEXCOORDSIZE4 (Results 1 – 2 of 2) sorted by relevance
488 FVF |= D3DFVF_TEXCOORDSIZE4(element.UsageIndex); in computeFVF()
1194 #define D3DFVF_TEXCOORDSIZE4(CoordIndex) (D3DFVF_TEXTUREFORMAT4 << (CoordIndex*2 + 16)) macro