Searched defs:SimpleConfigCase (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/egl/
H A DteglSimpleConfigCase.cpp45 SimpleConfigCase::SimpleConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, const vector<EGLint>& configIds) function in class:deqp::egl::SimpleConfigCase
51 SimpleConfigCase::~SimpleConfigCase (void)
55 void SimpleConfigCase::init (void)
99 SimpleConfigCase::IterateResult SimpleConfigCase::iterate (void)
H A DteglSimpleConfigCase.hpp39 class SimpleConfigCase : public TestCase class in namespace:deqp::egl
42 SimpleConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, const std::vector<EGLint>& configIds);
43 virtual ~SimpleConfigCase (void);
51 SimpleConfigCase (const SimpleConfigCase& other);
52 SimpleConfigCase& operator= (const SimpleConfigCase& other);

Completed in 106 milliseconds