Searched refs:m_nativeWindows1 (Results 1 – 1 of 1) sorted by relevance
730 vector<pair<eglu::NativeWindow*, EGLSurface> > m_nativeWindows1; member in deqp::egl::MultiThreadedObjectTest862 for (int windowNdx = 0; windowNdx < (int)m_nativeWindows1.size(); windowNdx++) in deinit()864 if (m_nativeWindows1[windowNdx].second != EGL_NO_SURFACE) in deinit()865 EGLU_CHECK_CALL(egl, destroySurface(m_display, m_nativeWindows1[windowNdx].second)); in deinit()867 m_nativeWindows1[windowNdx].second = EGL_NO_SURFACE; in deinit()868 delete m_nativeWindows1[windowNdx].first; in deinit()869 m_nativeWindows1[windowNdx].first = NULL; in deinit()871 m_nativeWindows1.clear(); in deinit()984 …tiveWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows0 : m_nativeWindows1); in createDestroyObjects()1263 …iveWindow*, EGLSurface> >& windows = (thread.getId() == 0 ? m_nativeWindows0 : m_nativeWindows1); in pushObjectsToShared()[all …]