Searched refs:InfoTests (Results 1 – 17 of 17) sorted by relevance
118 InfoTests::InfoTests(Context& context) : TestCaseGroup(context, "info", "Platform information queri… in InfoTests() function in deqp::InfoTests122 InfoTests::~InfoTests(void) in ~InfoTests()126 void InfoTests::init(void) in init()
33 class InfoTests : public TestCaseGroup class36 InfoTests(Context& context);37 ~InfoTests(void);
121 InfoTests::InfoTests (Context& context) in InfoTests() function in deqp::gles3::InfoTests126 InfoTests::~InfoTests (void) in ~InfoTests()130 void InfoTests::init (void) in init()
34 class InfoTests : public TestCaseGroup class37 InfoTests (Context& context);38 ~InfoTests (void);
135 addChild(new InfoTests (*m_context)); in init()
121 InfoTests::InfoTests (Context& context) in InfoTests() function in deqp::gles31::InfoTests126 InfoTests::~InfoTests (void) in ~InfoTests()130 void InfoTests::init (void) in init()
121 addChild(new InfoTests (*m_context)); in init()
121 InfoTests::InfoTests (Context& context) in InfoTests() function in deqp::gles2::InfoTests126 InfoTests::~InfoTests (void) in ~InfoTests()130 void InfoTests::init (void) in init()
136 addChild(new InfoTests (*m_context)); in init()
34 class InfoTests : public TestCaseGroup class37 InfoTests (EglTestContext& eglTestCtx);38 ~InfoTests (void);
163 InfoTests::InfoTests (EglTestContext& eglTestCtx) in InfoTests() function in deqp::egl::InfoTests168 InfoTests::~InfoTests (void) in ~InfoTests()172 void InfoTests::init (void) in init()
205 addChild(new InfoTests (*m_eglTestCtx)); in init()
146 addChild(new deqp::InfoTests(getContext())); in init()
157 addChild(new deqp::InfoTests(getContext())); in init()
152 public class InfoTests class