Home | History | Annotate | Download | only in egl

Lines Matching refs:DestroyContext

238 		egl.destroyContext(runtimeContext->display, runtimeContext->context);
633 class DestroyContext : public tcu::ThreadUtil::Operation
636 DestroyContext (SharedPtr<GLES2Context> contex);
643 DestroyContext::DestroyContext (SharedPtr<GLES2Context> contex)
644 : tcu::ThreadUtil::Operation ("DestroyContext")
650 void DestroyContext::exec (tcu::ThreadUtil::Thread& t)
655 EGLU_CHECK_CALL(thread.egl, destroyContext(m_context->display, m_context->context));
2248 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::DestroyContext(resourceManager.popContext(0)));
3122 m_threads[0]->addOperation(new GLES2ThreadTest::DestroyContext(contex1));
3123 m_threads[1]->addOperation(new GLES2ThreadTest::DestroyContext(contex2));