Home
last modified time | relevance | path

Searched refs:QueryContextTests (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/egl/
DteglQueryContextTests.hpp34 class QueryContextTests : public TestCaseGroup class
37 QueryContextTests (EglTestContext& eglTestCtx);
38 virtual ~QueryContextTests (void);
DteglQueryContextTests.cpp370 QueryContextTests::QueryContextTests (EglTestContext& eglTestCtx) in QueryContextTests() function in deqp::egl::QueryContextTests
375 QueryContextTests::~QueryContextTests (void) in ~QueryContextTests()
390 void QueryContextTests::init (void) in init()
DteglTestPackage.cpp115 addChild(new QueryContextTests (m_eglTestCtx)); in init()