Home | History | Annotate | Download | only in egl

Lines Matching refs:EglTestContext

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);
98 TestCase (EglTestContext& eglTestCtx, tcu::TestNodeType type, const char* name, const char* description);
102 EglTestContext& m_eglTestCtx;