HomeSort by relevance Sort by last modified time
    Searched defs:EglTestContext (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/egl/
teglTestCase.cpp 45 EglTestContext::EglTestContext (tcu::TestContext& testCtx, const eglu::NativeDisplayFactory& displayFactory)
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& eglTestCtx, tcu::TestNodeType type, const char* name, const char* description
    [all...]
teglTestCase.hpp 60 class EglTestContext
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& eglTestCtx, const char* name, const char* description)
    [all...]

Completed in 434 milliseconds