Home | History | Annotate | Download | only in egl

Lines Matching defs:DestroyContext

656 class DestroyContext : public tcu::ThreadUtil::Operation
659 DestroyContext (SharedPtr<GLES2Context> contex);
666 DestroyContext::DestroyContext (SharedPtr<GLES2Context> contex)
667 : tcu::ThreadUtil::Operation ("DestroyContext")
673 void DestroyContext::exec (tcu::ThreadUtil::Thread& thread)
2253 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroyContext(resourceManager.popContext(0)));
3104 m_threads[0]->addOperation(new GLES2ThreadTest::DestroyContext(contex1));
3105 m_threads[1]->addOperation(new GLES2ThreadTest::DestroyContext(contex2));