Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcInfoTests.cpp118 InfoTests::InfoTests(Context& context) : TestCaseGroup(context, "info", "Platform information queri… in InfoTests() function in deqp::InfoTests
122 InfoTests::~InfoTests(void) in ~InfoTests()
126 void InfoTests::init(void) in init()
DglcInfoTests.hpp33 class InfoTests : public TestCaseGroup class
36 InfoTests(Context& context);
37 ~InfoTests(void);
/external/deqp/modules/gles3/
Dtes3InfoTests.cpp121 InfoTests::InfoTests (Context& context) in InfoTests() function in deqp::gles3::InfoTests
126 InfoTests::~InfoTests (void) in ~InfoTests()
130 void InfoTests::init (void) in init()
Dtes3InfoTests.hpp34 class InfoTests : public TestCaseGroup class
37 InfoTests (Context& context);
38 ~InfoTests (void);
Dtes3TestPackage.cpp135 addChild(new InfoTests (*m_context)); in init()
/external/deqp/modules/gles31/
Dtes31InfoTests.cpp121 InfoTests::InfoTests (Context& context) in InfoTests() function in deqp::gles31::InfoTests
126 InfoTests::~InfoTests (void) in ~InfoTests()
130 void InfoTests::init (void) in init()
Dtes31InfoTests.hpp34 class InfoTests : public TestCaseGroup class
37 InfoTests (Context& context);
38 ~InfoTests (void);
Dtes31TestPackage.cpp121 addChild(new InfoTests (*m_context)); in init()
/external/deqp/modules/gles2/
Dtes2InfoTests.cpp121 InfoTests::InfoTests (Context& context) in InfoTests() function in deqp::gles2::InfoTests
126 InfoTests::~InfoTests (void) in ~InfoTests()
130 void InfoTests::init (void) in init()
Dtes2InfoTests.hpp34 class InfoTests : public TestCaseGroup class
37 InfoTests (Context& context);
38 ~InfoTests (void);
Dtes2TestPackage.cpp136 addChild(new InfoTests (*m_context)); in init()
/external/deqp/modules/egl/
DteglInfoTests.hpp34 class InfoTests : public TestCaseGroup class
37 InfoTests (EglTestContext& eglTestCtx);
38 ~InfoTests (void);
DteglInfoTests.cpp163 InfoTests::InfoTests (EglTestContext& eglTestCtx) in InfoTests() function in deqp::egl::InfoTests
168 InfoTests::~InfoTests (void) in ~InfoTests()
172 void InfoTests::init (void) in init()
DteglTestPackage.cpp205 addChild(new InfoTests (*m_eglTestCtx)); in init()
/external/deqp/external/openglcts/modules/gles32/
Des32cTestPackage.cpp146 addChild(new deqp::InfoTests(getContext())); in init()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTestPackages.cpp157 addChild(new deqp::InfoTests(getContext())); in init()
/external/zlib/src/contrib/dotzlib/DotZLib/
DUnitTests.cs152 public class InfoTests class