Searched refs:ChooseConfigCase (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglChooseConfigTests.cpp | 108 class ChooseConfigCase : public TestCase class 111 …ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool chec… in ChooseConfigCase() function in deqp::egl::ChooseConfigCase 124 …ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool chec… in ChooseConfigCase() function in deqp::egl::ChooseConfigCase 152 …ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool chec… in ChooseConfigCase() function in deqp::egl::ChooseConfigCase 239 class ChooseConfigSimpleCase : public ChooseConfigCase 310 : ChooseConfigCase(eglTestCtx, name, description, checkOrder) in ChooseConfigSimpleCase() 331 class ChooseConfigRandomCase : public ChooseConfigCase 335 : ChooseConfigCase (eglTestCtx, name, description, true) in ChooseConfigRandomCase() 344 ChooseConfigCase::init(); in init()
|