Lines Matching defs:config
557 // Pop configs to stop config list growing
605 // Pop configs to stop config list growing
659 EGLConfig config = configs[rnd.getInt(0, (int)(configs.size()-1))];
663 result = eglGetConfigAttrib(m_display, config, attribute, &value);
664 thread.getLog() << ThreadLog::BeginMessage << result << " = eglGetConfigAttrib(" << m_display << ", " << config << ", " << configAttributeToString(attribute) << ", " << value << ")" << ThreadLog::EndMessage;
908 throw tcu::NotSupportedError("No usable config found", "", __FILE__, __LINE__);
1465 // Config tests
1466 addChild(new MultiThreadedConfigTest(m_eglTestCtx, "config", "", 30, 30, 30));