HomeSort by relevance Sort by last modified time
    Searched refs:InfoTests (Results 1 - 16 of 16) sorted by null

  /external/deqp/external/openglcts/modules/common/
glcInfoTests.hpp 33 class InfoTests : public TestCaseGroup
36 InfoTests(Context& context);
37 ~InfoTests(void);
glcInfoTests.cpp 118 InfoTests::InfoTests(Context& context) : TestCaseGroup(context, "info", "Platform information queries")
122 InfoTests::~InfoTests(void)
126 void InfoTests::init(void)
  /external/deqp/modules/egl/
teglInfoTests.hpp 34 class InfoTests : public TestCaseGroup
37 InfoTests (EglTestContext& eglTestCtx);
38 ~InfoTests (void);
teglInfoTests.cpp 163 InfoTests::InfoTests (EglTestContext& eglTestCtx)
168 InfoTests::~InfoTests (void)
172 void InfoTests::init (void)
teglTestPackage.cpp 205 addChild(new InfoTests (*m_eglTestCtx));
  /external/deqp/modules/gles2/
tes2InfoTests.hpp 34 class InfoTests : public TestCaseGroup
37 InfoTests (Context& context);
38 ~InfoTests (void);
tes2InfoTests.cpp 121 InfoTests::InfoTests (Context& context)
126 InfoTests::~InfoTests (void)
130 void InfoTests::init (void)
tes2TestPackage.cpp 136 addChild(new InfoTests (*m_context));
  /external/deqp/modules/gles3/
tes3InfoTests.hpp 34 class InfoTests : public TestCaseGroup
37 InfoTests (Context& context);
38 ~InfoTests (void);
tes3InfoTests.cpp 121 InfoTests::InfoTests (Context& context)
126 InfoTests::~InfoTests (void)
130 void InfoTests::init (void)
tes3TestPackage.cpp 135 addChild(new InfoTests (*m_context));
  /external/deqp/modules/gles31/
tes31InfoTests.hpp 34 class InfoTests : public TestCaseGroup
37 InfoTests (Context& context);
38 ~InfoTests (void);
tes31InfoTests.cpp 121 InfoTests::InfoTests (Context& context)
126 InfoTests::~InfoTests (void)
130 void InfoTests::init (void)
tes31TestPackage.cpp 121 addChild(new InfoTests (*m_context));
  /external/deqp/external/openglcts/modules/gles32/
es32cTestPackage.cpp 146 addChild(new deqp::InfoTests(getContext()));
  /external/deqp/external/openglcts/modules/gl/
gl3cTestPackages.cpp 157 addChild(new deqp::InfoTests(getContext()));

Completed in 1040 milliseconds