Searched refs:m_nativeWindows0 (Results 1 – 1 of 1) sorted by relevance
745 vector<pair<eglu::NativeWindow*, EGLSurface> > m_nativeWindows0; member in deqp::egl::MultiThreadedObjectTest889 for (int windowNdx = 0; windowNdx < (int)m_nativeWindows0.size(); windowNdx++) in deinit()891 if (m_nativeWindows0[windowNdx].second != EGL_NO_SURFACE) in deinit()892 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows0[windowNdx].second)); in deinit()894 m_nativeWindows0[windowNdx].second = EGL_NO_SURFACE; in deinit()895 delete m_nativeWindows0[windowNdx].first; in deinit()896 m_nativeWindows0[windowNdx].first = NULL; in deinit()898 m_nativeWindows0.clear(); in deinit()1000 …vector<pair<eglu::NativeWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows0… in createDestroyObjects()1279 …u::NativeWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows0 : m_nativeWin… in pushObjectsToShared()[all …]