Home | History | Annotate | Download | only in egl

Lines Matching defs:CreateContext

593 class CreateContext : public tcu::ThreadUtil::Operation
596 CreateContext (EGLDisplay display, EGLConfig config, SharedPtr<GLES2Context> shared, SharedPtr<GLES2Context>& context);
607 CreateContext::CreateContext
608 : tcu::ThreadUtil::Operation ("CreateContext")
620 void CreateContext::exec (tcu::ThreadUtil::Thread& thread)
2195 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, shared, context));
3051 m_threads[0]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, SharedPtr<GLES2ThreadTest::GLES2Context>(), contex1));
3052 m_threads[1]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, contex1, contex2));