HomeSort by relevance Sort by last modified time
    Searched defs:SimpleConfigCase (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/egl/
teglSimpleConfigCase.cpp 44 SimpleConfigCase::SimpleConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, const FilterList& filters)
51 SimpleConfigCase::~SimpleConfigCase (void)
55 void SimpleConfigCase::init (void)
88 void SimpleConfigCase::deinit (void)
98 SimpleConfigCase::IterateResult SimpleConfigCase::iterate (void)
teglSimpleConfigCase.hpp 38 class SimpleConfigCase : public TestCase
41 SimpleConfigCase (EglTestContext& eglTestCtx, const char* name, const char* description, const eglu::FilterList& filters);
42 virtual ~SimpleConfigCase (void);
54 SimpleConfigCase (const SimpleConfigCase& other);
55 SimpleConfigCase& operator= (const SimpleConfigCase& other);

Completed in 73 milliseconds