Searched refs:ChooseConfigCase (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/egl/
H A DteglChooseConfigTests.cpp84 class ChooseConfigCase : public TestCase class in namespace:deqp::egl
87 ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool checkOrder, const EGLint* attributes) function in class:deqp::egl::ChooseConfigCase
99 ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool checkOrder, const std::vector<std::pair<EGLenum, EGLint> >& attributes) function in class:deqp::egl::ChooseConfigCase
114 ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool checkOrder) function in class:deqp::egl::ChooseConfigCase
198 class ChooseConfigSimpleCase : public ChooseConfigCase
266 : ChooseConfigCase(eglTestCtx, name, description, checkOrder)
291 class ChooseConfigRandomCase : public ChooseConfigCase
295 : ChooseConfigCase (eglTestCtx, name, description, true)

Completed in 406 milliseconds