Lines Matching refs:maxComponents
2504 glw::GLint maxComponents = 0; in init() local
2511 …enderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &maxComponents); in init()
2514 …::TestLog::Message << "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = " << maxComponents << tcu::TestLo… in init()
2521 m_spec.pattern[0] = de::min(maxVertices, maxComponents / componentsPerVertex); in init()
2534 if (testVertices * componentsPerVertex > maxComponents) in init()
3802 glw::GLint maxComponents = 0; in init() local
3805 …enderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &maxComponents); in init()
3808 …::TestLog::Message << "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = " << maxComponents << tcu::TestLo… in init()
3813 if (maxComponents < 1024) in init()
3816 m_maxEmitCount = de::min(maxVertices, maxComponents / componentsPerVertex); in init()
4393 int maxComponents = 0; in init() local
4403 gl.getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &maxComponents); in init()
4419 if (maxEmitCount * numComponents > maxComponents) in init()