Home | History | Annotate | Download | only in egl

Lines Matching defs:TestContext

99 class TestContext
102 TestContext (EglTestContext& eglTestCtx, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* parent);
103 ~TestContext (void);
116 TestContext* m_parent;
146 TestContext& operator= (const TestContext&);
147 TestContext (const TestContext&);
492 TestContext::TestContext (EglTestContext& testCtx, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* parent)
608 EGLImageKHR TestContext::createEGLImage (void)
634 GLuint TestContext::createTextureFromImage (EGLImageKHR image)
655 TestContext::~TestContext (void)
669 void TestContext::render (void)
734 TestThread (const vector<TestContext*> contexts);
744 vector<TestContext*> m_contexts;
764 TestThread::TestThread (const vector<TestContext*> contexts)
839 vector<TestContext*> m_contexts;
879 m_contexts.push_back(new TestContext(m_eglTestCtx, eglConfig, m_config, m_config.sharedContexts, (threadNdx == 0 ? NULL : m_contexts[threadNdx-1])));
898 void createThreads (vector<TestThread*>& threads, int threadCount, int perThreadContextCount, vector<TestContext*>& contexts)
903 vector<TestContext*> threadContexts;
950 void logAndSetResults (tcu::TestContext& testCtx, const vector<deUint64>& r)