Searched refs:numTexCoord (Results 1 – 1 of 1) sorted by relevance
243 int numTexCoord = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in Direct3DVertexDeclaration9() local262 for(int i = 0; i < numTexCoord; i++) in Direct3DVertexDeclaration9()515 int numTexCoord = 0; in computeFVF() local521 numTexCoord++; in computeFVF()530 FVF |= numTexCoord << D3DFVF_TEXCOUNT_SHIFT; in computeFVF()