Searched refs:testVertices (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2385 const int testVertices = *std::max_element(m_spec.pattern.begin(), m_spec.pattern.end()); local
2400 if (testVertices == -1)
2415 if (testVertices > maxVertices)
2416 throw tcu::NotSupportedError(de::toString(testVertices) + " output vertices required.");
2417 if (testVertices * componentsPerVertex > maxComponents)
2418 throw tcu::NotSupportedError(de::toString(testVertices * componentsPerVertex) + " output components required.");

Completed in 68 milliseconds