Home
last modified time | relevance | path

Searched defs: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
515 int numTexCoord = 0; in computeFVF() local