Lines Matching defs:ChooseConfigCase
110 class ChooseConfigCase : public TestCase
113 ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool checkOrder, const EGLint* attributes)
126 ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool checkOrder, const std::vector<std::pair<EGLenum, EGLint> >& attributes)
154 ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool checkOrder)
241 class ChooseConfigSimpleCase : public ChooseConfigCase
313 : ChooseConfigCase(eglTestCtx, name, description, checkOrder)
340 class ChooseConfigRandomCase : public ChooseConfigCase
344 : ChooseConfigCase (eglTestCtx, name, description, true)
353 ChooseConfigCase::init();
486 class ColorComponentTypeCase : public ChooseConfigCase
491 : ChooseConfigCase (eglTestCtx, name, "", true /* sorting order is validated */)