Searched defs:EglTestContext (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/egl/
H A DteglTestCase.cpp45 EglTestContext::EglTestContext (tcu::TestContext& testCtx, const eglu::NativeDisplayFactory& displayFactory) function in class:deqp::egl::EglTestContext
53 EglTestContext::~EglTestContext (void)
57 const eglw::Library& EglTestContext::getLibrary (void) const
62 void EglTestContext::initGLFunctions (glw::Functions* dst, glu::ApiType apiType) const
67 void EglTestContext::initGLFunctions (glw::Functions* dst, glu::ApiType apiType, int numExtensions, const char* const* extensions) const
76 TestCaseGroup::TestCaseGroup (EglTestContext& eglTestCtx, const char* name, const char* description)
86 TestCase::TestCase (EglTestContext& eglTestCtx, const char* name, const char* description)
92 TestCase::TestCase (EglTestContext
[all...]
H A DteglTestCase.hpp60 class EglTestContext class in namespace:deqp::egl
63 EglTestContext (tcu::TestContext& testCtx, const eglu::NativeDisplayFactory& displayFactory);
64 ~EglTestContext (void);
75 EglTestContext (const EglTestContext&);
76 EglTestContext& operator= (const EglTestContext&);
87 TestCaseGroup (EglTestContext& eglTestCtx, const char* name, const char* description);
91 EglTestContext& m_eglTestCtx;
97 TestCase (EglTestContext
[all...]

Completed in 1339 milliseconds