Searched defs:ChooseConfigSimpleCase (Results 1 - 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
H A D | teglChooseConfigTests.cpp | 239 class ChooseConfigSimpleCase : public ChooseConfigCase class in namespace:deqp::egl 309 ChooseConfigSimpleCase (EglTestContext& eglTestCtx, const char* name, const char* description, EGLenum attribute, bool checkOrder) function in class:deqp::egl::ChooseConfigSimpleCase 546 selectionGroup->addChild(new ChooseConfigSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple config selection case", attributes[ndx].attribute, false)); 547 sortGroup->addChild(new ChooseConfigSimpleCase(m_eglTestCtx, attributes[ndx].testName, "Simple config selection and sort case", attributes[ndx].attribute, true));
|
Completed in 26 milliseconds