Lines Matching full:m_shared
603 SharedPtr<GLES2Context> m_shared;
611 , m_shared (shared)
635 if (m_shared)
637 DE_ASSERT(m_shared->context != EGL_NO_CONTEXT);
638 DE_ASSERT(m_shared->display != EGL_NO_DISPLAY);
639 DE_ASSERT(m_shared->display == m_display);
641 thread.newMessage() << "Begin -- eglCreateContext(" << m_display << ", " << m_config << ", " << m_shared->context << ", { EGL_CONTEXT_CLIENT_VERSION, 2, EGL_NONE })" << tcu::ThreadUtil::Message::End;
642 m_context->context = eglCreateContext(m_display, m_config, m_shared->context, attriblist);