Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglChooseConfigTests.cpp108 class ChooseConfigCase : public TestCase class
111ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool chec… in ChooseConfigCase() function in deqp::egl::ChooseConfigCase
124ChooseConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, bool chec… in ChooseConfigCase() function in deqp::egl::ChooseConfigCase
152ChooseConfigCase (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()