Lines Matching refs:maxComponents
2492 glw::GLint maxComponents = 0; in init() local
2499 …enderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &maxComponents); in init()
2502 …::TestLog::Message << "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = " << maxComponents << tcu::TestLo… in init()
2509 m_spec.pattern[0] = de::min(maxVertices, maxComponents / componentsPerVertex); in init()
2522 if (testVertices * componentsPerVertex > maxComponents) in init()
3756 glw::GLint maxComponents = 0; in init() local
3759 …enderContext().getFunctions().getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &maxComponents); in init()
3762 …::TestLog::Message << "GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS = " << maxComponents << tcu::TestLo… in init()
3767 if (maxComponents < 1024) in init()
3770 m_maxEmitCount = de::min(maxVertices, maxComponents / componentsPerVertex); in init()
4323 int maxComponents = 0; in init() local
4333 gl.getIntegerv(GL_MAX_GEOMETRY_TOTAL_OUTPUT_COMPONENTS, &maxComponents); in init()
4349 if (maxEmitCount * numComponents > maxComponents) in init()