Home | History | Annotate | Download | only in functional

Lines Matching refs:numIndices

1709 	const int					numIndices				= gridWidth*gridHeight * (m_primitiveType == TESSPRIMITIVETYPE_TRIANGLES ? 3*2 : m_primitiveType == TESSPRIMITIVETYPE_QUADS ? 4 : -1);
1718 gridIndices.reserve(numIndices);
1779 DE_ASSERT((int)gridIndices.size() == numIndices);