Home | History | Annotate | Download | only in functional

Lines Matching full:expectedcount

1251 		const int	expectedCount	= computeTransformFeedbackPrimitiveCount(m_primitiveType, first, end);
1267 if ((int)numPrimitives != expectedCount)
1269 log << TestLog::Message << "ERROR: Expected " << expectedCount << " primitives!" << TestLog::EndMessage;