Searched refs:numVerticesInDrawCall (Results 1 – 1 of 1) sorted by relevance
5354 int numVerticesInDrawCall = 0; in iterate() local5356 …numVerticesInDrawCall += referenceVertexCount(m_primitiveType, m_spacing, m_usePointMode, &attribu… in iterate()5362 const TFHandler tfHandler (m_context.getRenderContext(), numVerticesInDrawCall); in iterate()5370 if ((int)tfResult.varying.size() != numVerticesInDrawCall) in iterate()5372 …log << TestLog::Message << "Failure: expected " << numVerticesInDrawCall << " vertices from transf… in iterate()