Home
last modified time | relevance | path

Searched refs:numTexCoord (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DVertexDeclaration9.cpp243 int numTexCoord = (FVF & D3DFVF_TEXCOUNT_MASK) >> D3DFVF_TEXCOUNT_SHIFT; in Direct3DVertexDeclaration9() local
262 for(int i = 0; i < numTexCoord; i++) in Direct3DVertexDeclaration9()
515 int numTexCoord = 0; in computeFVF() local
521 numTexCoord++; in computeFVF()
530 FVF |= numTexCoord << D3DFVF_TEXCOUNT_SHIFT; in computeFVF()