Searched refs:m_nativeWindows1 (Results 1 – 1 of 1) sorted by relevance
746 vector<pair<eglu::NativeWindow*, EGLSurface> > m_nativeWindows1; member in deqp::egl::MultiThreadedObjectTest878 for (int windowNdx = 0; windowNdx < (int)m_nativeWindows1.size(); windowNdx++) in deinit()880 if (m_nativeWindows1[windowNdx].second != EGL_NO_SURFACE) in deinit()881 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows1[windowNdx].second)); in deinit()883 m_nativeWindows1[windowNdx].second = EGL_NO_SURFACE; in deinit()884 delete m_nativeWindows1[windowNdx].first; in deinit()885 m_nativeWindows1[windowNdx].first = NULL; in deinit()887 m_nativeWindows1.clear(); in deinit()1000 …tiveWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows0 : m_nativeWindows1); in createDestroyObjects()1279 …iveWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows0 : m_nativeWindows1); in pushObjectsToShared()[all …]