Home | History | Annotate | Download | only in egl

Lines Matching defs:TestContext

101 class TestContext
104 TestContext (EglTestContext& eglTestCtx, EGLDisplay display, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* parent);
105 ~TestContext (void);
118 TestContext* m_parent;
145 TestContext& operator= (const TestContext&);
146 TestContext (const TestContext&);
479 TestContext::TestContext (EglTestContext& testCtx, EGLDisplay eglDisplay, EGLConfig eglConfig, const TestConfig& config, bool share, TestContext* parent)
591 EGLImageKHR TestContext::createEGLImage (void)
619 GLuint TestContext::createTextureFromImage (EGLImageKHR image)
641 TestContext::~TestContext (void)
655 void TestContext::render (void)
720 TestThread (const vector<TestContext*> contexts);
729 vector<TestContext*> m_contexts;
749 TestThread::TestThread (const vector<TestContext*> contexts)
820 vector<TestContext*> m_contexts;
856 m_contexts.push_back(new TestContext(m_eglTestCtx, m_display, eglConfig, m_config, m_config.sharedContexts, (threadNdx == 0 ? DE_NULL : m_contexts[threadNdx-1])));
882 void createThreads (vector<TestThread*>& threads, int threadCount, int perThreadContextCount, vector<TestContext*>& contexts)
887 vector<TestContext*> threadContexts;
934 void logAndSetResults (tcu::TestContext& testCtx, const vector<deUint64>& r)